blog/themes/ficurinia/data/colors.yml

23 lines
710 B
YAML
Raw Normal View History

2023-04-29 14:12:36 +00:00
default: dark # light
auto_switch: false # set to true to respect the user preference
dark:
2023-12-04 23:38:10 +00:00
bg: '#000000' # main site background
hl_bg: '#000000' # card and circle navigation background color for paper card mode
2023-04-29 14:12:36 +00:00
fg: 'white' # font color
dim_fg: '#bababa' # will be used for secondary information like dates and tags
stroke: '#4f4f4f' # stroke/border color used mostly in the icon menu tooltip
2023-12-04 23:38:10 +00:00
accent: '#bdbdff' # pervasive accent color
2023-04-29 14:12:36 +00:00
sidebar:
bg: '#34363b' # sidebar background
fg: 'white' # sidebar font color
light:
bg: '#f5f5f5'
hl_bg: '#e6e6e6'
fg: '#262625'
dim_fg: '#40403e'
stroke: '#575754'
2023-12-04 23:38:10 +00:00
accent: '#db5793'
2023-04-29 14:12:36 +00:00
sidebar:
bg: '#e6e6e6'
fg: '#121211'