diff options
author | Franck Cuny <franck@fcuny.net> | 2024-05-01 19:55:48 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-05-01 19:55:48 -0700 |
commit | 39920ed50ce7da1669e7af9a8498cccac8ebfefa (patch) | |
tree | 151075a6dbd6054e574f04f3df6ad40469b2f77d | |
parent | add 'pythonpackage' snippets for nix (diff) | |
download | emacs.d-39920ed50ce7da1669e7af9a8498cccac8ebfefa.tar.gz |
set more colors
-rw-r--r-- | config/init-theme.el | 3 |
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")))) |