diff options
author | Franck Cuny <franck@fcuny.net> | 2021-09-16 06:33:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-09-16 06:33:47 -0700 |
commit | cadadc4b9067bfebc375bd6223da4738d520b546 (patch) | |
tree | fff096160c393a043168f172f4ccdbb11b7c9831 /emacs | |
parent | emacs: use default branch for sourcegraph (diff) | |
download | emacs.d-cadadc4b9067bfebc375bd6223da4738d520b546.tar.gz |
emacs: use a light background
Don't use plain white for the background, but a very light yellow color.
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 576c9b2..40ff5b4 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -21,6 +21,7 @@ (use-package frame :config (blink-cursor-mode -1) + (set-background-color "#F5F5F0") (setq frame-title-format "%b") (when (memq window-system '(mac ns)) (set-frame-font "Source Code Pro-14") |