summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-01 19:55:48 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-01 19:55:48 -0700
commit39920ed50ce7da1669e7af9a8498cccac8ebfefa (patch)
tree151075a6dbd6054e574f04f3df6ad40469b2f77d /config
parentadd 'pythonpackage' snippets for nix (diff)
downloademacs.d-39920ed50ce7da1669e7af9a8498cccac8ebfefa.tar.gz
set more colors
Diffstat (limited to 'config')
-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"))))