summary refs log tree commit diff
path: root/config/init-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/init-theme.el')
-rw-r--r--config/init-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/init-theme.el b/config/init-theme.el
index 8b4e879..c1bcd4e 100644
--- a/config/init-theme.el
+++ b/config/init-theme.el
@@ -21,6 +21,9 @@
                     :font "Monaspace Radon"
                     :height 150)
 
+(add-to-list 'default-frame-alist '(background-color . "#FFFCF6"))
+(add-to-list 'default-frame-alist '(foreground-color . "#101010"))
+
 (custom-set-faces
  ;; make sure comments are distinct from the rest
  `(font-lock-comment-face ((t (:font "Monaspace Radon" :italic t :bold t :height 1.0 :background "#eeefff" :foreground "#7f0000"))))