branch: master commit 7a49f9f6f32e6a03b7e50e3d76973c34f28ffa55 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Make comments italic. --- context-coloring.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 852b749..436cf4a 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -42,8 +42,8 @@ ;;; Faces (defface context-coloring-depth--1-face - '((((background light)) (:foreground "#7f7f7f")) - (((background dark)) (:foreground "#7f7f7f"))) + '((((background light)) (:foreground "#7f7f7f" :slant italic)) + (((background dark)) (:foreground "#7f7f7f" :slant italic))) "Nested blocks face, depth -1; comments." :group 'context-coloring-faces)