Skip to content

Commit 5263c0a

Browse files
committed
Update font-lock-variable-name-face
1 parent 0793b63 commit 5263c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tomorrow-night-deepblue-theme.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ names to which it refers are bound."
159159
(font-lock-number-face ((,class (:foreground ,blue))))
160160
(font-lock-operator-face ((,class (:foreground ,blue))))
161161
(font-lock-preprocessor-face ((,class (:foreground ,purple))))
162-
(font-lock-variable-name-face ((,class (:foreground ,yellow))))
163-
;; (font-lock-variable-name-face ((,class (:foreground ,orange))))
162+
;; (font-lock-variable-name-face ((,class (:foreground ,yellow))))
163+
(font-lock-variable-name-face ((,class (:foreground ,orange))))
164164
(font-lock-property-use-face ((,class (:inherit font-lock-variable-name-face))))
165165
(font-lock-property-name-face ((,class (:inherit font-lock-variable-name-face))))
166166
(font-lock-variable-use-face ((,class (:inherit font-lock-variable-name-face))))

0 commit comments

Comments
 (0)