diff --git a/themes/doom-tokyo-night-theme.el b/themes/doom-tokyo-night-theme.el index 551ae78e..856330d5 100644 --- a/themes/doom-tokyo-night-theme.el +++ b/themes/doom-tokyo-night-theme.el @@ -109,7 +109,7 @@ (keywords magenta) (methods blue) (operators dark-cyan) - (type base8) + (type teal) (strings dark-green) (variables base8) (numbers orange) @@ -150,10 +150,12 @@ (font-lock-comment-face :foreground comments - :background (if doom-tokyo-night-comment-bg (doom-lighten bg 0.05) 'unspecified)) + :background (if doom-tokyo-night-comment-bg (doom-lighten bg 0.05) 'unspecified) + :slant 'italic) (font-lock-doc-face :inherit 'font-lock-comment-face :foreground doc-comments) + (font-lock-keyword-face :foreground keywords :slant 'italic) ;;; Doom Modeline (doom-modeline-bar :background (if -modeline-bright modeline-bg highlight)) @@ -171,6 +173,11 @@ (mode-line-buffer-id :foreground highlight) + ;;; Doom Dashboard + (doom-dashboard-banner :foreground comments :slant 'normal) + (doom-dashboard-loaded :foreground comments :slant 'normal) + (doom-dashboard-menu-title :foreground magenta :slant 'normal) + ;;; Indentation (whitespace-indentation :background bg) (whitespace-tab :background bg) @@ -271,6 +278,7 @@ ;;; web-mode (web-mode-json-context-face :foreground brown) (web-mode-json-key-face :foreground teal) + (web-mode-keyword-face :inherit 'font-lock-keyword-face) ;;;; Block (web-mode-block-delimiter-face :foreground yellow) ;;;; Code @@ -280,6 +288,8 @@ (web-mode-css-pseudo-class-face :foreground orange) (web-mode-css-property-name-face :foreground blue) (web-mode-css-selector-face :foreground teal) + (web-mode-css-selector-class-face :foreground keywords :slant 'normal) + (web-mode-css-selector-tag-face :inherit 'web-mode-css-selector-class-face) (web-mode-css-function-face :foreground yellow) ;;;; HTML (web-mode-html-attr-engine-face :foreground yellow)