From 844b26255f975d07d708713a89cccd4f7376ae48 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 23 Apr 2024 13:37:09 -0700 Subject: set a background color for comments Change-Id: I286f8d151eebf3c809da5ea6716c0b46413df21f --- config/init-theme.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/init-theme.el') 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 -- cgit v1.2.3