initial commit
This commit is contained in:
parent
2012aa8834
commit
9ddfa58ace
2289 changed files with 11217 additions and 0 deletions
22
themes/hugo-ficurinia/data/colors.yml
Normal file
22
themes/hugo-ficurinia/data/colors.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue