Skip to content

Commit

Permalink
change bold keywords and too yellow contants
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 5fa9337 commit 5793e49
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 @@ -172,12 +172,12 @@
;; Font lock
`(font-lock-type-face ((,class (:foreground ,wave-aqua-2))))
`(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-keyword-face ((,class (:foreground ,oni-violet :slant ,(if kanagawa-theme-keyword-italic 'italic 'normal)))))
`(font-lock-warning-face ((,class (:foreground ,ronin-yellow))))
`(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-constant-face ((,class (:foreground ,old-white))))
`(font-lock-function-name-face ((,class (:foreground ,crystal-blue))))
`(font-lock-variable-name-face ((,class (:foreground ,crystal-blue))))
`(font-lock-negation-char-face ((,class (:foreground ,peach-red))))
Expand Down

0 comments on commit 5793e49

Please sign in to comment.