summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-05-03 10:20:58 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-05-03 10:20:58 +0100
commit1051c6cd9ef6ccb87f810064a5fae8720884a9f9 (patch)
tree16ad86dcc263793a4b228030c4bd9ec29ed5a1fa /.emacs.d
parent68724cc1996f1d48e26e16aa00a8ec4484cbdeb4 (diff)
downloaddotfiles-1051c6cd9ef6ccb87f810064a5fae8720884a9f9.tar.gz
use hex codes for Emacs background colours
Diffstat (limited to '.emacs.d')
-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 de4315ef..9105beb2 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -115,7 +115,7 @@
`(,ws
. ((background-color
. ,(pcase (daemonp)
- ('nil "honeydew") ("gdbmacs" "beige") (_ "#FFFFF6")))))))
+ ('nil "#F0FFF0") ("gdbmacs" "#F5F5DC") (_ "#FFFFF6")))))))
(defun spw/maybe-scale-basic-faces (frame)
"Entry for `window-size-change-functions' to increase font sizes,