Change Color
This commit is contained in:
parent
588507af27
commit
34dae08652
|
@ -1,7 +1,7 @@
|
||||||
default: dark # light
|
default: dark # light
|
||||||
auto_switch: false # set to true to respect the user preference
|
auto_switch: false # set to true to respect the user preference
|
||||||
dark:
|
dark:
|
||||||
bg: '#242629' # main site background
|
bg: '#252429' # main site background
|
||||||
hl_bg: '#34363b' # card and circle navigation background color for paper card mode
|
hl_bg: '#34363b' # card and circle navigation background color for paper card mode
|
||||||
fg: 'white' # font color
|
fg: 'white' # font color
|
||||||
dim_fg: '#bababa' # will be used for secondary information like dates and tags
|
dim_fg: '#bababa' # will be used for secondary information like dates and tags
|
||||||
|
|
Loading…
Reference in New Issue