mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 00:38:05 +08:00
42 lines
956 B
JSON
42 lines
956 B
JSON
{
|
|
"light": {
|
|
"homeIcon": "pages/action/home-light.png",
|
|
"dreamIcon": "pages/action/dream-light.png",
|
|
"desktopIcon": "pages/action/desktop-light.png",
|
|
"myIcon": "pages/action/my-light.png",
|
|
|
|
"navBgColor": "#ffffff",
|
|
"navTxtStyle": "black",
|
|
|
|
"bgColor": "#f6f6f6",
|
|
"bgColorTop": "#f6f6f6",
|
|
"bgColorBottom": "#efefef",
|
|
"bgTxtStyle": "light",
|
|
|
|
"tabBorderStyle": "black",
|
|
"tabBgColor": "#ffffff",
|
|
"tabFontColor": "#000000",
|
|
"tabSelectedColor": "#3cc51f"
|
|
},
|
|
"dark": {
|
|
"homeIcon": "pages/action/home-dark.png",
|
|
"dreamIcon": "pages/action/dream-dark.png",
|
|
"desktopIcon": "pages/action/desktop-dark.png",
|
|
"myIcon": "pages/action/my-dark.png",
|
|
|
|
"navBgColor": "#000000",
|
|
"navTxtStyle": "white",
|
|
|
|
"bgColor": "#191919",
|
|
"bgColorTop": "#191919",
|
|
"bgColorBottom": "#1f1f1f",
|
|
"bgTxtStyle": "dark",
|
|
|
|
"tabBorderStyle": "white",
|
|
"tabBgColor": "#000000",
|
|
"tabFontColor": "#ffffff",
|
|
"tabSelectedColor": "#51a937"
|
|
}
|
|
}
|
|
|