Skip to content

Commit db8c74c

Browse files
committed
feat(theme): adjust background colors
1 parent 8e099c6 commit db8c74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/readable-mono-theme.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"Minimal and monochromatic light theme customization options."
3838
:group 'readable-mono-theme)
3939

40-
(defcustom readable-mono-theme-light-background "#fffce9"
40+
(defcustom readable-mono-theme-light-background "#fbf7ef"
4141
"Default background color for light theme."
4242
:type 'string
4343
:group 'readable-mono-theme-light)
4444

45-
(defcustom readable-mono-theme-light-secondary-background "#f2efdc"
45+
(defcustom readable-mono-theme-light-secondary-background "#f1ede5"
4646
"Secondary background color for light theme."
4747
:type 'string
4848
:group 'readable-mono-theme-light)

0 commit comments

Comments
 (0)