diff --git a/kanagawa-theme.el b/kanagawa-theme.el index 4577bbe..64d2c69 100644 --- a/kanagawa-theme.el +++ b/kanagawa-theme.el @@ -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))))