minor update
This commit is contained in:
parent
6eba2006ff
commit
790acc0af4
1 changed files with 6 additions and 1 deletions
|
@ -160,6 +160,8 @@
|
|||
`(font-lock-variable-name-face ((,class (:foreground ,zenburn-orange))))
|
||||
`(font-lock-warning-face ((,class (:foreground ,zenburn-yellow-1 :weight bold :underline t))))
|
||||
|
||||
`(c-annotation-face ((,class (:inherit font-lock-constant-face))))
|
||||
|
||||
;;; external
|
||||
|
||||
;; diff
|
||||
|
@ -453,7 +455,10 @@
|
|||
`(wl-highlight-summary-thread-top-face ((,class (:foreground ,zenburn-yellow))))
|
||||
`(wl-highlight-thread-indent-face ((,class (:foreground ,zenburn-magenta))))
|
||||
`(wl-highlight-summary-refiled-face ((,class (:foreground ,zenburn-fg))))
|
||||
`(wl-highlight-summary-displaying-face ((,class (:underline t :weight bold))))))
|
||||
`(wl-highlight-summary-displaying-face ((,class (:underline t :weight bold))))
|
||||
|
||||
;; which-func-mode
|
||||
`(which-func ((,class (:foreground ,zenburn-green+1))))))
|
||||
|
||||
(custom-theme-set-variables
|
||||
'zenburn
|
||||
|
|
Loading…
Reference in a new issue