logos-sites-content-repo-te.../configs.json

23 lines
394 B
JSON
Raw Normal View History

2022-05-20 08:54:15 +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":{
"home":"index.md"
}
}