Skip to content

Commit

Permalink
Add definitions for some of the newer standard font-lock- faces
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Aug 6, 2023
1 parent 96dbaa4 commit d34e8db
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion color-theme-sanityinc-tomorrow.el
Expand Up @@ -177,21 +177,35 @@ names to which it refers are bound."
(bold-italic (:slant italic :weight bold))
(underline (:underline t))
(italic (:slant italic))
(font-lock-bracket-face (:foreground ,blue))
(font-lock-builtin-face (:foreground ,purple))
(font-lock-comment-delimiter-face (:foreground ,comment :slant italic))
(font-lock-comment-face (:foreground ,comment :slant italic))
(font-lock-constant-face (:foreground ,blue))
(font-lock-doc-face (:foreground ,purple))
(font-lock-doc-string-face (:foreground ,yellow))
(font-lock-escape-face (:foreground ,yellow))
(font-lock-function-call-face (:foreground ,orange))
(font-lock-function-name-face (:foreground ,orange))
(font-lock-keyword-face (:foreground ,green))
(font-lock-negation-char-face (:foreground ,blue))
(font-lock-misc-punctuation-face (:inherit font-lock-punctuation-face))
(font-lock-negation-char-face (:foreground ,orange))
(font-lock-number-face (:foreground ,blue))
(font-lock-operator-face (:foreground ,orange))
(font-lock-preprocessor-face (:foreground ,purple))
(font-lock-property-name-face (:inherit font-lock-variable-name-face))
(font-lock-property-use-face (:inherit font-lock-variable-name-face))
(font-lock-punctuation-face (:inherit default))
(font-lock-regexp-face (:inherit font-lock-string-face))
(font-lock-regexp-grouping-backslash (:foreground ,yellow))
(font-lock-regexp-grouping-construct (:foreground ,purple))
(font-lock-string-face (:foreground ,aqua))
(font-lock-type-face (:foreground ,blue))
(font-lock-bracket-face (:foreground ,green))
(font-lock-delimiter-face (:foreground ,purple))
(font-lock-type-face (:foreground ,blue))
(font-lock-variable-name-face (:foreground ,yellow))
(font-lock-variable-use-face (:inherit font-lock-variable-name-face))
(font-lock-warning-face (:weight bold :foreground ,red))
(shadow (:foreground ,comment))
(fill-column-indicator (:foreground ,contrast-bg))
Expand Down

0 comments on commit d34e8db

Please sign in to comment.