emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 7a49f9f 067/271: Make comments italic.


From: Jackson Ray Hamilton
Subject: [elpa] master 7a49f9f 067/271: Make comments italic.
Date: Thu, 05 Feb 2015 18:29:50 +0000

branch: master
commit 7a49f9f6f32e6a03b7e50e3d76973c34f28ffa55
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]