22 lines
714 B
YAML
22 lines
714 B
YAML
default: dark # light
|
|
auto_switch: false # set to true to respect the user preference
|
|
dark:
|
|
bg: '#2e3440' # main site background
|
|
hl_bg: '#34363b' # card and circle navigation background color for paper card mode
|
|
fg: '#d8dee9' # font color
|
|
dim_fg: '#4c566a' # will be used for secondary information like dates and tags
|
|
stroke: '#434c5e' # stroke/border color used mostly in the icon menu tooltip
|
|
accent: '#5e81ac' # pervasive accent color
|
|
sidebar:
|
|
bg: '#34363b' # sidebar background
|
|
fg: '#eceff4' # sidebar font color
|
|
light:
|
|
bg: '#f5f5f5'
|
|
hl_bg: '#e6e6e6'
|
|
fg: '#262625'
|
|
dim_fg: '#40403e'
|
|
stroke: '#575754'
|
|
accent: '#db5793'
|
|
sidebar:
|
|
bg: '#e6e6e6'
|
|
fg: '#121211'
|