From 08e1bb7470c661e53ec4e21098664d778f26dac8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 24 Oct 2022 20:36:57 -0700 Subject: try a bg colour for gdbmacs which doesn't clash with showing diffs --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2b955f63..49b29902 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -80,7 +80,7 @@ `(,ws . ((background-color . ,(pcase (daemonp) - ('nil "alice blue") ("gdbmacs" "honeydew") (_ "#FFFFF6"))))))) + ('nil "honeydew") ("gdbmacs" "linen") (_ "#FFFFF6"))))))) (defun spw/maybe-scale-basic-faces (frame) "Entry for `window-size-change-functions' to increase font sizes -- cgit v1.2.3