diff options
Diffstat (limited to 'emacs.d/drobillized-theme.el')
-rw-r--r-- | emacs.d/drobillized-theme.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el index 0b0f8cd..92c110d 100644 --- a/emacs.d/drobillized-theme.el +++ b/emacs.d/drobillized-theme.el @@ -104,15 +104,15 @@ Reload the theme after changing anything in this group." `(font-latex-warning-face ((t (:inherit bold :foreground ,red)))) `(font-lock-builtin-face ((t (:foreground ,blue-l)))) `(font-lock-comment-face ((t (:foreground ,violet)))) - `(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold)))) + `(font-lock-constant-face ((t (:foreground "#93A1A1")))) `(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground ,violet)))) - `(font-lock-function-name-face ((t (:foreground ,cyan)))) - `(font-lock-keyword-face ((t (:foreground ,base0)))) + `(font-lock-function-name-face ((t (:foreground ,cyan :weight normal)))) + `(font-lock-keyword-face ((t (:foreground "#738181" :weight bold)))) `(font-lock-preprocessor-face ((nil (:foreground ,magenta)))) `(font-lock-string-face ((t (:foreground ,orange)))) - `(font-lock-type-face ((t (:foreground ,green)))) - `(font-lock-variable-name-face ((t (:foreground "#E3F1F1")))) - `(font-lock-warning-face ((((class color) (min-colors 88) (background dark)) (:foreground ,red :weight bold)))) + `(font-lock-type-face ((t (:foreground ,green :weight normal)))) + `(font-lock-variable-name-face ((t (:foreground "#E3F1F1" :weight normal)))) + `(font-lock-warning-face ((t (:foreground ,red)))) `(fringe ((((class color) (background dark)) (:background "grey25")))) `(ggtags-global-line ((t (:inherit secondary-selection)))) `(header-line ((t (:inherit mode-line)))) |