From 7f7cc65bc641ca0412d28ed5f614f05fc9fcf3d3 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 18 Jun 2024 16:55:06 -0700 Subject: Move Color Customizations --- elchemy-personal.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'elchemy-personal.el') 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) -- cgit v1.2.1