summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-28 20:26:20 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-04-28 20:26:20 +0100
commit58cdf02ea57f087fbb1c901f22c98bbe85077cbd (patch)
treef3f40b45dbe659ed8f3ba01289f903d830a22bc0
parenta84a9faad450978ba6c0cc18163f629267f5cd06 (diff)
downloaddotfiles-58cdf02ea57f087fbb1c901f22c98bbe85077cbd.tar.gz
try out a new background colour for gdbmacs
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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,