summaryrefslogtreecommitdiff
path: root/elchemy-personal.el
diff options
context:
space:
mode:
Diffstat (limited to 'elchemy-personal.el')
-rw-r--r--elchemy-personal.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/elchemy-personal.el b/elchemy-personal.el
index dbb3423..25cbba1 100644
--- a/elchemy-personal.el
+++ b/elchemy-personal.el
@@ -38,10 +38,14 @@
(when (require 'elchemy-dashboard nil t)
(elchemy/create-dashboard))
+;; Face Color Customizations
(add-hook 'minibuffer-setup-hook
(lambda ()
(make-local-variable 'face-remapping-alist)
(add-to-list 'face-remapping-alist '(default (:background "gray90")))))
+(custom-set-faces
+ '(mode-line ((t (:background "grey95" :foreground "gray20"))))
+ '(org-document-info-keyword ((t (:foreground "gray100" :height 0.1)))))
(provide 'elchemy-personal)