From 8c87122e47428c7c18beed181cad5b7603233837 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Wed, 26 Jun 2024 13:08:27 -0700 Subject: New Light-theme Coloring --- elchemy-personal.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'elchemy-personal.el') diff --git a/elchemy-personal.el b/elchemy-personal.el index 6a74800..3b453e7 100644 --- a/elchemy-personal.el +++ b/elchemy-personal.el @@ -45,9 +45,10 @@ (add-hook 'minibuffer-setup-hook (lambda () (make-local-variable 'face-remapping-alist) - (add-to-list 'face-remapping-alist '(default (:background "gray90"))))) + (add-to-list 'face-remapping-alist '(default (:background "#DECEAF"))))) (custom-set-faces - '(mode-line ((t (:background "grey95" :foreground "gray20")))) + '(mode-line ((t (:box (:line-width (1 . 1) :color "grey75" :style flat-button))))) + '(mode-line-inactive ((t (:foreground "gray20")))) '(org-document-info-keyword ((t (:foreground "gray100" :height 0.1)))))) (provide 'elchemy-personal) -- cgit v1.2.1