commit db34bdd7faf84ecb4d3922ca9165e93524fafd24
parent 6b22df9707c99285cd7f53a802d82a11dc46513e
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 16 Jul 2013 06:19:52 +0200
remove duplicate def + dont use emph for minibuffer prompt
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -135,9 +135,6 @@ customize the resulting theme."
:inverse-video t))))
`(escape-glyph-face ((,class (:foreground ,red))))
`(fringe ((,class (:foreground ,solarized-fg :background ,solarized-bg))))
- `(header-line ((,class (:foreground ,yellow
- :background ,solarized-hl
- :box (:line-width -1 :style released-button)))))
`(highlight ((,class (:background ,solarized-hl))))
`(link ((,class (:foreground ,yellow :underline t :weight bold))))
`(link-visited ((,class (:foreground ,yellow :underline t :weight normal))))
@@ -243,7 +240,7 @@ customize the resulting theme."
;; misc faces
`(menu ((,class (:foreground ,solarized-fg :background ,solarized-bg))))
- `(minibuffer-prompt ((,class (:foreground ,solarized-emph))))
+ `(minibuffer-prompt ((,class (:foreground ,solarized-fg))))
`(mode-line
((,class (:inverse-video unspecified
:underline unspecified