Website/data/colors.yml

23 lines
1018 B
YAML

default: dark # light
auto_switch: true # set to true to respect the user preference
dark:
bg: '#2d2329' # main site background
hl_bg: '#936278' # card and circle navigation background color for paper card mode
fg: '#F5ECD3' # font color
dim_fg: '#df6d16' # will be used for secondary information like dates and tags
stroke: '#a4778b' # stroke/border color used mostly in the icon menu tooltip
accent: '#Be9dac' # pervasive accent color
sidebar:
bg: '#A4778B' # sidebar background
fg: '#F2F5EA' # sidebar font color
light:
bg: '#F5ECD3' # main site background
hl_bg: '#848958' # card and circle navigation background color for paper card mode
fg: '#2d2329' # font color
dim_fg: '#df6d16' # will be used for secondary information like dates and tags
stroke: '#9aa06a' # stroke/border color used mostly in the icon menu tooltip
accent: '#BABE99' # pervasive accent color
sidebar:
bg: '#9aa06a' # sidebar background
fg: '#ffffff' # sidebar font color #BABE89