summaryrefslogtreecommitdiff
path: root/config/init-theme.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/init-theme.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/init-theme.el b/config/init-theme.el
index 9605ea0..275864a 100644
--- a/config/init-theme.el
+++ b/config/init-theme.el
@@ -61,6 +61,11 @@
:config
(load-theme 'modus-operandi t))
+;; use a different background color for comments
+(custom-set-faces
+ `(font-lock-comment-face ((t (:background "#eeefff"))))
+ `(font-lock-doc-face ((t (:background "#eeefff")))))
+
(provide 'init-theme)
;;; init-theme.el ends here