summaryrefslogtreecommitdiff
path: root/elchemy-personal.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-18 16:55:06 -0700
committerChristian Cunningham <cc@localhost>2024-06-18 16:55:06 -0700
commit7f7cc65bc641ca0412d28ed5f614f05fc9fcf3d3 (patch)
tree09bc4f83771514ad7430b92b738da62973df5159 /elchemy-personal.el
parent2cf0407f4e0b9d9a3ac2d3712881cad462727010 (diff)
Move Color Customizations
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)