branch: elpa/color-theme-tangotango
commit e0cf2656a3df3ad08cd40b55bf8403815f668d25
Merge: 3c1586c 0174bb5
Author: Julien Barnier <[email protected]>
Commit: Julien Barnier <[email protected]>
Merge pull request #10 from baskerville/master
Fix duplicate minibuffer-prompt face
---
tangotango-theme.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/tangotango-theme.el b/tangotango-theme.el
index 77739a6..6b39cf6 100644
--- a/tangotango-theme.el
+++ b/tangotango-theme.el
@@ -47,7 +47,6 @@
`(fixed-pitch ((t (:inherit (default)))))
`(variable-pitch ((t (:family "Sans Serif"))))
`(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc))
(:foreground "magenta")) (t (:foreground "brown"))))
- `(minibuffer-prompt ((t (:weight bold :foreground "#729fcf"))))
`(highlight ((t (:background "brown4"))))
`(region ((t (:background "dark slate blue"))))
`(shadow ((((class color grayscale) (min-colors 88) (background light))
(:foreground "grey50")) (((class color grayscale) (min-colors 88) (background
dark)) (:foreground "grey70")) (((class color) (min-colors 8) (background
light)) (:foreground "green")) (((class color) (min-colors 8) (background
dark)) (:foreground "yellow"))))