Refine appearance of customize-mode faces

This commit is contained in:
Jessie Hildebrandt 2022-12-12 01:55:54 -05:00
parent e19e15a414
commit 07cf18d2d6

View File

@ -196,17 +196,17 @@
`(custom-comment ((,class (:foreground ,fg :background ,dark-blue))))
`(custom-comment-tag ((,class (:foreground ,gray))))
`(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-group-subtitle ((,class (:foreground ,red))))
`(custom-group-tag ((,class (:foreground ,violet))))
`(custom-group-tag-1 ((,class (:foreground ,blue))))
`(custom-set ((,class (:foreground ,yellow :background ,bg))))
`(custom-themed ((,class (:foreground ,yellow :background ,bg))))
`(custom-group-subtitle ((,class (:foreground ,base-8 :weight bold))))
`(custom-group-tag ((,class (:foreground ,base-8 :weight bold))))
`(custom-group-tag-1 ((,class (:inherit 'custom-group-tag))))
`(custom-set ((,class (:foreground ,yellow))))
`(custom-themed ((,class (:foreground ,yellow))))
`(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-changed ((,class (:foreground ,blue :background ,bg))))
`(custom-changed ((,class (:foreground ,blue))))
;; diff-mode
`(diff-added ((,class (:inherit 'hl-line :foreground ,green))))