branch: elpa/color-theme-tangotango
commit 0174bb5d8314ebfd8287398bca3458a824e187fe
Author: Bastien Dejean <[email protected]>
Commit: Bastien Dejean <[email protected]>
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"))))