43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"defaultTheme": "darkTheme",
|
|
"darkTheme": {
|
|
"theme": "Dark Mode",
|
|
"background": "bg-dark",
|
|
"textColor": "text-white",
|
|
"linkBackground": "bg-light",
|
|
"linkTextColor": "text-black",
|
|
"captionColor": "#8a8a8a",
|
|
"fontAwesomeIcon": "faSun",
|
|
"borderColor": "secondary",
|
|
"buttonColor": "light",
|
|
"navBar": {
|
|
"navBarTheme": "navbar-dark",
|
|
"background": "bg-secondary",
|
|
"buttonColor": "light"
|
|
},
|
|
"footer": {
|
|
"background": "bg-secondary",
|
|
"text": "text-black"
|
|
}
|
|
},
|
|
"lightTheme": {
|
|
"theme": "Light Mode",
|
|
"background": "bg-light",
|
|
"textColor": "text-black",
|
|
"linkBackground": "bg-dark",
|
|
"linkTextColor": "text-white",
|
|
"captionColor": "#605f5f",
|
|
"fontAwesomeIcon": "faMoon",
|
|
"borderColor": "secondary",
|
|
"buttonColor": "dark",
|
|
"navBar": {
|
|
"navBarTheme": "navbar-light",
|
|
"background": "bg-secondary",
|
|
"buttonColor": "light"
|
|
},
|
|
"footer": {
|
|
"background": "bg-secondary",
|
|
"text": "text-white"
|
|
}
|
|
}
|
|
} |