aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--new-theme.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/new-theme.el b/new-theme.el
index cf4765f..a2234ca 100644
--- a/new-theme.el
+++ b/new-theme.el
@@ -43,6 +43,7 @@
'(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil))))
'(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil))))
'(region ((t (:background "#2729b6"))))
+ '(highlight ((t (:background "#171719"))))
)
(provide-theme 'new)