summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-21 07:31:05 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-21 07:31:05 -0700
commit8f6b71f69045d4d23a9ea816ece69ea4e23be22d (patch)
tree371a2f6b67343b2d8289a381b9c8bde8dcaedcbc
parenttmux: no status (diff)
downloademacs.d-8f6b71f69045d4d23a9ea816ece69ea4e23be22d.tar.gz
emacs: almost white background
Not white, not lightly yellow, just close to white but not too bright.
-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 1c4b814..ee0133e 100644
--- a/emacs/custom/fcuny-ui.el
+++ b/emacs/custom/fcuny-ui.el
@@ -54,6 +54,7 @@
 (use-package frame
   :config
   (blink-cursor-mode -1)
+  (set-background-color "#FFFFF8")
   (setq frame-title-format '("%b@" (:eval (or (file-remote-p default-directory 'host) system-name))))
   (when (memq window-system '(mac ns))
     (set-frame-font "Source Code Pro-14")