summaryrefslogtreecommitdiff
path: root/elchemy-personal.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-27 21:28:53 -0700
committerChristian Cunningham <cc@localhost>2024-06-27 21:28:53 -0700
commit98a178cfef6d84ce5cdb069ce291284a83def48a (patch)
tree553c094e328af32a15e86b413a0bc02c64c6b434 /elchemy-personal.el
parent8c87122e47428c7c18beed181cad5b7603233837 (diff)
Better Theming
Diffstat (limited to 'elchemy-personal.el')
-rw-r--r--elchemy-personal.el8
1 files changed, 2 insertions, 6 deletions
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)