commit 75e4ff75463f7bdd1dfa796fa681fe93826bf5cd
parent db34bdd7faf84ecb4d3922ca9165e93524fafd24
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Tue, 16 Jul 2013 11:08:11 +0200
less bold and underlines
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -462,7 +462,7 @@ customize the resulting theme."
;; flx
`(flx-highlight-face ((,class (:foreground ,blue
- :weight bold :underline nil))))
+ :weight normal :underline nil))))
;; flymake
@@ -683,8 +683,8 @@ customize the resulting theme."
`(hl-line-face ((,class (:background ,solarized-hl))))
;; ido-mode
- `(ido-first-match ((,class (:foreground ,green :weight bold))))
- `(ido-only-match ((,class (:foreground ,solarized-bg :background ,green :weight bold))))
+ `(ido-first-match ((,class (:foreground ,green :weight normal))))
+ `(ido-only-match ((,class (:foreground ,solarized-bg :background ,green :weight normal))))
`(ido-subdir ((,class (:foreground ,blue))))
`(ido-incomplete-regexp ((,class (:foreground ,red :weight bold ))))
`(ido-indicator ((,class (:background ,red :foreground ,solarized-bg :width condensed))))
@@ -886,7 +886,7 @@ customize the resulting theme."
`(org-scheduled ((,class (:foreground ,green))))
`(org-scheduled-previously ((,class (:foreground ,cyan))))
`(org-scheduled-today ((,class (:foreground ,blue :weight normal))))
- `(org-special-keyword ((,class (:foreground ,solarized-comments :weight bold))))
+ `(org-special-keyword ((,class (:foreground ,solarized-comments :weight normal))))
`(org-table ((,class (:foreground ,green))))
`(org-tag ((,class (:weight bold))))
`(org-time-grid ((,class (:foreground ,solarized-comments))))