From cadadc4b9067bfebc375bd6223da4738d520b546 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 16 Sep 2021 06:33:47 -0700 Subject: emacs: use a light background Don't use plain white for the background, but a very light yellow color. --- emacs/custom/fcuny-ui.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/custom/fcuny-ui.el') 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") -- cgit 1.4.1