diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-21 07:31:05 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-21 07:31:05 -0700 |
commit | 8f6b71f69045d4d23a9ea816ece69ea4e23be22d (patch) | |
tree | 371a2f6b67343b2d8289a381b9c8bde8dcaedcbc | |
parent | tmux: no status (diff) | |
download | emacs.d-8f6b71f69045d4d23a9ea816ece69ea4e23be22d.tar.gz |
emacs: almost white background
Not white, not lightly yellow, just close to white but not too bright.
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 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") |