summaryrefslogtreecommitdiff
path: root/elchemy-util.el
diff options
context:
space:
mode:
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)))))