Skip to content

Commit

Permalink
rename evangelion--comment-background-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
crmsnbleyd committed Sep 7, 2024
1 parent 125a045 commit 59fb3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evangelion-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
:kind 'color-scheme
:background-mode 'dark)

(defcustom evangelion--comment-background-enabled t
(defcustom evangelion-comment-background-enabled t
"Whether to display a background behind comment lines and blocks"
:type 'boolean
:group 'evangelion)
Expand Down Expand Up @@ -55,7 +55,7 @@
;;; font lock default faces
`(font-lock-builtin-face ((,class (:foreground ,green2))))
`(font-lock-comment-face
((,class (:foreground ,fade :background ,(if evangelion--comment-background-enabled hl nil)))))
((,class (:foreground ,fade :background ,(if evangelion-comment-background-enabled hl nil)))))
`(font-lock-constant-face ((,class (:foreground ,orange2))))
`(font-lock-doc-string-face ((,class (:foreground ,lavender))))
`(font-lock-function-name-face ((,class (:foreground ,green2))))
Expand Down

0 comments on commit 59fb3f3

Please sign in to comment.