12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "name": "lightness",
- "description": "default theme",
- "author": "vinno",
- "version": "0.0.1",
- "versionType": "default",
- "clientVersionMinimum": "1.0.0",
- "supportedPlatforms": [
- "android",
- "iOS",
- "web",
- "windows",
- "macOS"
- ],
- "resources": [
- {
- "key": "font.default.zh",
- "from": 0,
- "path": "fonts/NotoSansSC-R-fixed.otf"
- },
- {
- "key": "font.default.en",
- "from": 0,
- "path": "fonts/NotoSansSC-R-fixed.otf"
- },
- {
- "key": "img.logo.en",
- "from": 0,
- "path": "imgs/logo_en.png"
- },
- {
- "key": "txt.test",
- "from": 0,
- "path": "txt/test.txt"
- },
- {
- "key": "img.zhangcaoyan",
- "from": 1,
- "path": "http://img.kelvtong.cn/images/melon/zhangcaoyan.png"
- }
- ],
- "localeSettings": {
- "chinese": {
- "fontFamily": "ChineseDefault",
- "fontFamilySource": "font.default.zh"
- },
- "english": {
- "fontFamily": "EnglishDefault",
- "fontFamilySource": "font.default.en"
- }
- },
- "colorScheme": {
- "primary": "3d92fb",
- "header": "3d92fb",
- "secondary": "7bc3ff",
- "background": "f2f2f2",
- "nav": "0a2030",
- "line": "d3d3d3",
- "additional": "f1413d",
- "dialogBorder": "",
- "remedicalBackground": "16161a",
- "buttonPrimary": "3d92fb",
- "buttonSecondary": "d4e3f9",
- "text": "4c4948",
- "textSelected": "16161a",
- "textTips": "a5a3a3",
- "scrollBar": "99a2a8",
- "foreground": "ffffff"
- },
- "darkColorScheme": {
- "primary": "3d92fb",
- "header": "3d92fb",
- "secondary": "7bc3ff",
- "background": "f2f2f2",
- "nav": "0a2030",
- "line": "d3d3d3",
- "additional": "f1413d",
- "dialogBorder": "",
- "remedicalBackground": "16161a",
- "buttonPrimary": "3d92fb",
- "buttonSecondary": "d4e3f9",
- "text": "4c4948",
- "textSelected": "16161a",
- "textTips": "a5a3a3",
- "scrollBar": "99a2a8",
- "foreground": "ffffff"
- },
- "textSizeScheme": {
- "headlineLargeSize": 36.0,
- "headlineSize": 30.0,
- "headlineSmallSize": 26.0,
- "bodySize": 20.0,
- "buttonSize": 16.0,
- "tipsSize": 18.0,
- "tipsSmallSize": 16.0
- }
- }
|