File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
" Minimal and monochromatic dark theme customization options."
73
73
:group 'readable-mono-theme )
74
74
75
- (defcustom readable-mono-theme-dark-background " #002732 "
75
+ (defcustom readable-mono-theme-dark-background " #000011 "
76
76
" Default background color for dark theme."
77
77
:type 'string
78
78
:group 'readable-mono-theme-dark )
79
79
80
- (defcustom readable-mono-theme-dark-secondary-background " #01323d "
80
+ (defcustom readable-mono-theme-dark-secondary-background " #252525 "
81
81
" Secondary background color for dark theme."
82
82
:type 'string
83
83
:group 'readable-mono-theme-dark )
84
84
85
- (defcustom readable-mono-theme-dark-highlight-background " #01323d "
85
+ (defcustom readable-mono-theme-dark-highlight-background " #3b3b3b "
86
86
" Highlight background color for dark theme."
87
87
:type 'string
88
88
:group 'readable-mono-theme-dark )
You can’t perform that action at this time.
0 commit comments