1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 08:48:06 +08:00
volcanos/publish/client/mp/theme.json
2023-11-19 23:19:44 +08:00

28 lines
586 B
JSON

{
"light": {
"navBgColor": "#f6f6f6",
"navTxtStyle": "black",
"bgColor": "#f6f6f6",
"bgTxtStyle": "light",
"bgColorTop": "#f6f6f6",
"bgColorBottom": "#efefef",
"tabBgColor": "#ffffff",
"tabSelectedColor": "#3cc51f",
"tabFontColor": "#000000",
"tabBorderStyle": "black"
},
"dark": {
"navBgColor": "#191919",
"navTxtStyle": "white",
"bgColor": "#191919",
"bgTxtStyle": "dark",
"bgColorTop": "#191919",
"bgColorBottom": "#1f1f1f",
"tabBgColor": "#191919",
"tabSelectedColor": "#51a937",
"tabFontColor": "#ffffff",
"tabBorderStyle": "white"
}
}