summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnurag Mishra <anuragmi@usc.edu>2019-06-24 13:08:57 -0700
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2019-07-15 12:11:40 +0300
commit6bc4a565d17c678d873fecb4c759f7296719d1cd (patch)
tree89b76096e0282f6b95e93374f239fe7493b92117
parentaf63b09069d731f46c0ba38f2f578162e2dcb0d5 (diff)
Theme customize interface (cus-edit.el)
-rw-r--r--zenburn-theme.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 167bf0c..6f639f7 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -204,6 +204,10 @@ Also bind `class' to ((class color) (min-colors 89))."
`(compilation-mode-line-run ((t (:foreground ,zenburn-yellow :weight bold))))
;;;;; completions
`(completions-annotations ((t (:foreground ,zenburn-fg-1))))
+;;;;; customize
+ `(custom-variable-tag ((t (:foreground ,zenburn-blue :weight bold))))
+ `(custom-group-tag ((t (:foreground ,zenburn-blue :weight bold :height 1.2))))
+ `(custom-state ((t (:foreground ,zenburn-green+4))))
;;;;; eww
'(eww-invalid-certificate ((t (:inherit error))))
'(eww-valid-certificate ((t (:inherit success))))