We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e099c6 commit db8c74cCopy full SHA for db8c74c
lisp/readable-mono-theme.el
@@ -37,12 +37,12 @@
37
"Minimal and monochromatic light theme customization options."
38
:group 'readable-mono-theme)
39
40
-(defcustom readable-mono-theme-light-background "#fffce9"
+(defcustom readable-mono-theme-light-background "#fbf7ef"
41
"Default background color for light theme."
42
:type 'string
43
:group 'readable-mono-theme-light)
44
45
-(defcustom readable-mono-theme-light-secondary-background "#f2efdc"
+(defcustom readable-mono-theme-light-secondary-background "#f1ede5"
46
"Secondary background color for light theme."
47
48
0 commit comments