logos.co/configs.json

23 lines
393 B
JSON
Raw Normal View History

2022-05-20 11:27:22 +00:00
{
"theme":{
"palettes":{
"dark":{
"background":"#000000",
"text":"#FFFFFF",
"highlight":"#7187FF"
},
"light":{
"background":"#FFFFFF",
"text":"#000000",
"highlight":"#7187FF"
}
},
"fontFamily":"monospace"
},
"assets":{
"logo":"statics/logos-logo.svg"
},
"navigation":{
2022-05-20 11:30:19 +00:00
"home":"home.md"
2022-05-20 11:27:22 +00:00
}
}