"accentcolor": COLOR
"textcolor": COLOR
"lightaccentcolor": COLOR
"darkaccentcolor": COLOR
"opacity": FLOAT(0,1)hotkey: string representing electron global hotkeys
navbar is a list of objects such:
? means optional
"text": string that gets displayed STRING
"textType": TEXT | MATERIAL | DEVICON
1. "material": fetches the icon from google's material icons "fonts.google.com/icons"
2. "devicon": fetches the icon form "devicon.dev/", autofills the "devicon-" part
3. "text": displays it regularly, as clear text
"hover": text displayed when hovering element ?STRING
"exelocation": the path to the application to run when clicked ?STRING
"submenu": a list of objects ?ARRAY{
"text": "B",
"hover": "Browsers",
"submenu": [
{
"text": "firefox-plain",
"exelocation": "Path to firefox.exe",
"hover": "Firefox",
"textType": "devicon"
},
{
"text": "chrome-plain",
"textType": "devicon",
"exelocation": "Path to chrome.exe",
"hover": "Chrome"
}
]
}thanks to ui.ux.palette for providing the base palettes
