From 8f6b71f69045d4d23a9ea816ece69ea4e23be22d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 21 Oct 2021 07:31:05 -0700 Subject: emacs: almost white background Not white, not lightly yellow, just close to white but not too bright. --- emacs/custom/fcuny-ui.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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") -- cgit 1.4.1