Refine appearance of customize-mode faces
This commit is contained in:
parent
e19e15a414
commit
07cf18d2d6
@ -196,17 +196,17 @@
|
|||||||
`(custom-comment ((,class (:foreground ,fg :background ,dark-blue))))
|
`(custom-comment ((,class (:foreground ,fg :background ,dark-blue))))
|
||||||
`(custom-comment-tag ((,class (:foreground ,gray))))
|
`(custom-comment-tag ((,class (:foreground ,gray))))
|
||||||
`(custom-modified ((,class (:foreground ,blue :bold bold))))
|
`(custom-modified ((,class (:foreground ,blue :bold bold))))
|
||||||
`(custom-variable-tag ((,class (:foreground ,magenta))))
|
`(custom-variable-tag ((,class (:foreground ,teal))))
|
||||||
`(custom-visibility ((,class (:foreground ,blue :underline nil))))
|
`(custom-visibility ((,class (:foreground ,blue :underline nil))))
|
||||||
`(custom-group-subtitle ((,class (:foreground ,red))))
|
`(custom-group-subtitle ((,class (:foreground ,base-8 :weight bold))))
|
||||||
`(custom-group-tag ((,class (:foreground ,violet))))
|
`(custom-group-tag ((,class (:foreground ,base-8 :weight bold))))
|
||||||
`(custom-group-tag-1 ((,class (:foreground ,blue))))
|
`(custom-group-tag-1 ((,class (:inherit 'custom-group-tag))))
|
||||||
`(custom-set ((,class (:foreground ,yellow :background ,bg))))
|
`(custom-set ((,class (:foreground ,yellow))))
|
||||||
`(custom-themed ((,class (:foreground ,yellow :background ,bg))))
|
`(custom-themed ((,class (:foreground ,yellow))))
|
||||||
`(custom-invalid ((,class (:foreground ,red :bold bold))))
|
`(custom-invalid ((,class (:foreground ,red :bold bold))))
|
||||||
`(custom-variable-obsolete ((,class (:foreground ,gray :background ,bg))))
|
`(custom-variable-obsolete ((,class (:foreground ,gray))))
|
||||||
`(custom-state ((,class (:foreground ,green :bold bold))))
|
`(custom-state ((,class (:foreground ,green :bold bold))))
|
||||||
`(custom-changed ((,class (:foreground ,blue :background ,bg))))
|
`(custom-changed ((,class (:foreground ,blue))))
|
||||||
|
|
||||||
;; diff-mode
|
;; diff-mode
|
||||||
`(diff-added ((,class (:inherit 'hl-line :foreground ,green))))
|
`(diff-added ((,class (:inherit 'hl-line :foreground ,green))))
|
||||||
|
Loading…
Reference in New Issue
Block a user