Skip to content

Commit

Permalink
change font-lock string & variable-name faces colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zika authored and Jakub Zika committed Dec 26, 2023
1 parent 7ecf1a8 commit 5fa9337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kanagawa-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@
`(font-lock-regexp-grouping-backslash ((,class (:foreground ,boat-yellow-2))))
`(font-lock-keyword-face ((,class (:foreground ,oni-violet :weight semi-bold :slant ,(if kanagawa-theme-keyword-italic 'italic 'normal)))))
`(font-lock-warning-face ((,class (:foreground ,ronin-yellow))))
`(font-lock-string-face ((,class (:foreground ,spring-green :slant italic))))
`(font-lock-string-face ((,class (:foreground ,fuji-white :slant italic))))
`(font-lock-builtin-face ((,class (:foreground ,spring-blue))))
`(font-lock-reference-face ((,class (:foreground ,peach-red))))
`(font-lock-constant-face ((,class (:foreground ,carp-yellow))))
`(font-lock-function-name-face ((,class (:foreground ,crystal-blue))))
`(font-lock-variable-name-face ((,class (:foreground ,wave-red))))
`(font-lock-variable-name-face ((,class (:foreground ,crystal-blue))))
`(font-lock-negation-char-face ((,class (:foreground ,peach-red))))
`(font-lock-comment-face ((,class (:foreground ,fuji-gray :slant ,(if kanagawa-theme-keyword-italic 'italic 'normal)))))
`(font-lock-comment-delimiter-face ((,class (:foreground ,fuji-gray :slant ,(if kanagawa-theme-keyword-italic 'italic 'normal)))))
Expand Down

0 comments on commit 5fa9337

Please sign in to comment.