Skip to content

Commit

Permalink
fix(rouge): restore doom-rouge-brighter-comments
Browse files Browse the repository at this point in the history
Ref: #778
  • Loading branch information
hlissner committed Sep 16, 2023
1 parent a8ac0fa commit 4aee1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/doom-rouge-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:group 'doom-rouge-theme
:type 'boolean)

(defcustom doom-rouge-comment-bg doom-rouge-brighter-comments
(defcustom doom-rouge-comment-bg nil
"If non-nil, comments will have a subtle, darker background. Enhancing their
legibility."
:group 'doom-rouge-theme
Expand Down Expand Up @@ -82,7 +82,7 @@ determine the exact padding."
(vertical-bar (doom-darken base1 0.2))
(selection base4)
(builtin light-red)
(comments grey)
(comments (if doom-rouge-brighter-comments violet grey))
(doc-comments green)
(constants red)
(functions salmon)
Expand Down

0 comments on commit 4aee1f5

Please sign in to comment.