summary refs log tree commit diff
path: root/emacs/custom/fcuny-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-09-16 06:33:47 -0700
committerFranck Cuny <franck@fcuny.net>2021-09-16 06:33:47 -0700
commitcadadc4b9067bfebc375bd6223da4738d520b546 (patch)
treefff096160c393a043168f172f4ccdbb11b7c9831 /emacs/custom/fcuny-ui.el
parentemacs: use default branch for sourcegraph (diff)
downloademacs.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.el1
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")