mirror of
https://github.com/jimeh/tomorrow-night-paradise-theme.el.git
synced 2026-02-19 11:36:42 +00:00
added a couple of font-lock-* color definitions
This commit is contained in:
@@ -44,12 +44,15 @@
|
||||
`(font-lock-builtin-face ((t (:foreground ,blue))))
|
||||
`(font-lock-comment-face ((t (:foreground ,comment))))
|
||||
`(font-lock-constant-face ((t (:foreground ,green))))
|
||||
`(font-lock-doc-face ((t (:foreground ,comment))))
|
||||
`(font-lock-doc-string-face ((t (:foreground ,comment))))
|
||||
`(font-lock-function-name-face ((t (:foreground ,blue))))
|
||||
`(font-lock-keyword-face ((t (:foreground ,purple))))
|
||||
`(font-lock-negation-char-face ((t (:foreground ,aqua))))
|
||||
`(font-lock-preprocessor-face ((t (:foreground ,red))))
|
||||
`(font-lock-string-face ((t (:foreground ,green))))
|
||||
`(font-lock-type-face ((t (:foreground ,yellow))))
|
||||
`(font-lock-variable-name-face ((t (:foreground ,red))))
|
||||
`(font-lock-variable-name-face ((t (:foreground ,aqua))))
|
||||
`(font-lock-warning-face ((t (:foreground ,red))))
|
||||
|
||||
;; ido
|
||||
|
||||
Reference in New Issue
Block a user