From 98a178cfef6d84ce5cdb069ce291284a83def48a Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 27 Jun 2024 21:28:53 -0700 Subject: Better Theming --- elchemy-personal.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'elchemy-personal.el') diff --git a/elchemy-personal.el b/elchemy-personal.el index 3b453e7..7744570 100644 --- a/elchemy-personal.el +++ b/elchemy-personal.el @@ -41,14 +41,10 @@ (elchemy/create-dashboard)) ;; Face Color Customizations -(unless elchemy/user/dark-theme +(unless (or elchemy/user/dark-theme elchemy/user/light-theme) (add-hook 'minibuffer-setup-hook (lambda () (make-local-variable 'face-remapping-alist) - (add-to-list 'face-remapping-alist '(default (:background "#DECEAF"))))) - (custom-set-faces - '(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)))))) + (add-to-list 'face-remapping-alist '(default (:background "#DECEAF")))))) (provide 'elchemy-personal) -- cgit v1.2.1