From 5f3b2039eda57e9e4501f8decab5808d9edf98eb Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Mon, 29 Apr 2024 10:49:20 +0100 Subject: [PATCH] Stop using italics for comments --- color-theme-sanityinc-tomorrow.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/color-theme-sanityinc-tomorrow.el b/color-theme-sanityinc-tomorrow.el index fcea6e7..ad8b763 100644 --- a/color-theme-sanityinc-tomorrow.el +++ b/color-theme-sanityinc-tomorrow.el @@ -179,8 +179,8 @@ names to which it refers are bound." (italic (:slant italic)) (font-lock-bracket-face (:foreground ,blue)) (font-lock-builtin-face (:foreground ,purple)) - (font-lock-comment-delimiter-face (:foreground ,comment :slant italic)) - (font-lock-comment-face (:foreground ,comment :slant italic)) + (font-lock-comment-delimiter-face (:foreground ,comment)) + (font-lock-comment-face (:foreground ,comment)) (font-lock-constant-face (:foreground ,blue)) (font-lock-doc-face (:foreground ,purple)) (font-lock-doc-string-face (:foreground ,yellow)) @@ -1468,7 +1468,7 @@ names to which it refers are bound." (erb-exec-delim-face (:background ,contrast-bg)) (erb-out-face (:background ,contrast-bg :weight bold)) (erb-out-delim-face (:background ,contrast-bg)) - (erb-comment-face (:background ,contrast-bg :weight bold :slant italic)) + (erb-comment-face (:background ,contrast-bg :weight bold)) (erb-comment-delim-face (:background ,contrast-bg)) ;; rpm-spec-mode