summaryrefslogtreecommitdiff
path: root/elchemy-util.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-26 13:08:27 -0700
committerChristian Cunningham <cc@localhost>2024-06-26 13:08:27 -0700
commit8c87122e47428c7c18beed181cad5b7603233837 (patch)
treea9af9158f01ea29403c4625cb0378be05502ee80 /elchemy-util.el
parent13281fe995ba809b9550ac1a7f6fe030d0bd2c9a (diff)
New Light-theme Coloring
Diffstat (limited to 'elchemy-util.el')
-rw-r--r--elchemy-util.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/elchemy-util.el b/elchemy-util.el
index 43ed182..ac06e59 100644
--- a/elchemy-util.el
+++ b/elchemy-util.el
@@ -52,6 +52,8 @@
(set-face-attribute 'default nil :height elchemy/user/font-height)))
(add-to-list 'default-frame-alist '(fullscreen . maximized))
+(add-to-list 'default-frame-alist '(background-color . "#ECE2D0"))
+(add-to-list 'default-frame-alist '(foreground-color . "#7E1E30"))
(add-hook 'after-make-frame-functions 'elchemy/my-frame-config)
(add-hook 'after-init-hook 'elchemy/my-frame-config)
(custom-set-faces `(default ((t (:height ,elchemy/user/font-height)))))