From 58cdf02ea57f087fbb1c901f22c98bbe85077cbd Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 28 Apr 2024 20:26:20 +0100 Subject: try out a new background colour for gdbmacs --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d470e06f..598c619b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -115,7 +115,7 @@ `(,ws . ((background-color . ,(pcase (daemonp) - ('nil "honeydew") ("gdbmacs" "linen") (_ "#FFFFF6"))))))) + ('nil "honeydew") ("gdbmacs" "beige") (_ "#FFFFF6"))))))) (defun spw/maybe-scale-basic-faces (frame) "Entry for `window-size-change-functions' to increase font sizes, -- cgit v1.2.3