Skip to content

Commit

Permalink
Stop using italics for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Apr 29, 2024
1 parent 42b24a3 commit 5f3b203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions color-theme-sanityinc-tomorrow.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5f3b203

Please sign in to comment.