commit df2e6ec7107b8374710710127b1d964a179c6f1f
parent 4d4613c33600dbd20d2275e7ff05a26da30a0d21
Author: Jamie Beardslee <jdb@jamzattack.xyz>
Date: Thu, 10 Sep 2020 12:26:16 +1200
[custom-theme] Use a dark brown foreground instead of black
Kind of like my Monteverde brown ink
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/themes/custom-theme.el b/lisp/themes/custom-theme.el
@@ -2,7 +2,7 @@
"Not much but changing the background colour to off-white")
(let ((class '((class color) (min-colors 89)))
- (foreground "black")
+ (foreground "#2b0000")
(background "#FFFFD0")
(background2 "lightgoldenrod")
(background3 "khaki1")