summaryrefslogtreecommitdiff
path: root/elchemy-personal.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2024-06-26 13:08:27 -0700
committerChristian Cunningham <cc@local.lan>2024-06-26 13:08:27 -0700
commit176e94aee39de9f0dbe17c39548125bf538221e9 (patch)
treea9af9158f01ea29403c4625cb0378be05502ee80 /elchemy-personal.el
parent8550690bd1ad49eba8e0ade2494ae6783aede2eb (diff)
New Light-theme Coloring
Diffstat (limited to 'elchemy-personal.el')
-rw-r--r--elchemy-personal.el5
1 files changed, 3 insertions, 2 deletions
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)