summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs.d/drobillized-theme.el1
-rw-r--r--emacs.d/init.el2
2 files changed, 2 insertions, 1 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))))
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 8007008..c8df396 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -100,7 +100,7 @@
'(custom-enabled-themes (quote (drobillized)))
'(custom-safe-themes
(quote
- ("d29fac0d9dea908c1353c00f4cdc5659c4e8b800405ce55652ae446f08819c32" default)))
+ ("cecb1078bb6155e230e45bb50804e8728c9a1202309d85e3704dfcc2977ff9e3" "d29fac0d9dea908c1353c00f4cdc5659c4e8b800405ce55652ae446f08819c32" default)))
'(delete-old-versions t)
'(dired-listing-switches "-al --time-style=long-iso")
'(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$")