Skip to content

Commit da98bc9

Browse files
committed
feat(theme): revise dark colors
1 parent 0efcddc commit da98bc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lisp/readable-mono-theme.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
"Minimal and monochromatic dark theme customization options."
7373
:group 'readable-mono-theme)
7474

75-
(defcustom readable-mono-theme-dark-background "#002732"
75+
(defcustom readable-mono-theme-dark-background "#000011"
7676
"Default background color for dark theme."
7777
:type 'string
7878
:group 'readable-mono-theme-dark)
7979

80-
(defcustom readable-mono-theme-dark-secondary-background "#01323d"
80+
(defcustom readable-mono-theme-dark-secondary-background "#252525"
8181
"Secondary background color for dark theme."
8282
:type 'string
8383
:group 'readable-mono-theme-dark)
8484

85-
(defcustom readable-mono-theme-dark-highlight-background "#01323d"
85+
(defcustom readable-mono-theme-dark-highlight-background "#3b3b3b"
8686
"Highlight background color for dark theme."
8787
:type 'string
8888
:group 'readable-mono-theme-dark)

0 commit comments

Comments
 (0)