summaryrefslogtreecommitdiff
path: root/elchemy-util.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-util.el
parent8550690bd1ad49eba8e0ade2494ae6783aede2eb (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)))))