summaryrefslogtreecommitdiffstats
path: root/emacs.d/drobillized-theme.el
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-04-08 14:33:22 +0200
committerDavid Robillard <d@drobilla.net>2017-04-08 14:33:22 +0200
commitf06613eb5ccd13f3643df50cde84f137715bbade (patch)
treefe84d4c66a3535692ee4a6b931d030c2f9161930 /emacs.d/drobillized-theme.el
parentb92fe7b838a58f47d535a5598f5a3a59977b1c77 (diff)
downloaddotfiles-f06613eb5ccd13f3643df50cde84f137715bbade.tar.gz
dotfiles-f06613eb5ccd13f3643df50cde84f137715bbade.tar.bz2
dotfiles-f06613eb5ccd13f3643df50cde84f137715bbade.zip
Add missing face
Diffstat (limited to 'emacs.d/drobillized-theme.el')
-rw-r--r--emacs.d/drobillized-theme.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el
index 88bd858..3878237 100644
--- a/emacs.d/drobillized-theme.el
+++ b/emacs.d/drobillized-theme.el
@@ -102,6 +102,7 @@ Reload the theme after changing anything in this group."
`(font-latex-sedate-face ((t (:foreground ,cyan-d))))
`(font-latex-string-face ((t (:foreground ,orange))))
`(font-latex-warning-face ((t (:inherit bold :foreground ,red))))
+ `(font-lock-builtin-face ((t (:foreground ,blue-l))))
`(font-lock-comment-face ((t (:foreground ,violet))))
`(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold))))
`(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground ,violet))))