manifest.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "lightness",
  3. "description": "default theme",
  4. "author": "vinno",
  5. "version": "0.0.1",
  6. "versionType": "default",
  7. "clientVersionMinimum": "1.0.0",
  8. "supportedPlatforms": [
  9. "android",
  10. "iOS",
  11. "web",
  12. "windows",
  13. "macOS"
  14. ],
  15. "resources": [
  16. {
  17. "key": "font.default.zh",
  18. "from": 0,
  19. "path": "fonts/NotoSansSC-R-fixed.otf"
  20. },
  21. {
  22. "key": "font.default.en",
  23. "from": 0,
  24. "path": "fonts/NotoSansSC-R-fixed.otf"
  25. },
  26. {
  27. "key": "img.logo.en",
  28. "from": 0,
  29. "path": "imgs/logo_en.png"
  30. },
  31. {
  32. "key": "txt.test",
  33. "from": 0,
  34. "path": "txt/test.txt"
  35. },
  36. {
  37. "key": "img.zhangcaoyan",
  38. "from": 1,
  39. "path": "http://img.kelvtong.cn/images/melon/zhangcaoyan.png"
  40. }
  41. ],
  42. "localeSettings": {
  43. "chinese": {
  44. "fontFamily": "ChineseDefault",
  45. "fontFamilySource": "font.default.zh"
  46. },
  47. "english": {
  48. "fontFamily": "EnglishDefault",
  49. "fontFamilySource": "font.default.en"
  50. }
  51. },
  52. "colorScheme": {
  53. "primary": "3d92fb",
  54. "header": "3d92fb",
  55. "secondary": "7bc3ff",
  56. "background": "f2f2f2",
  57. "nav": "0a2030",
  58. "line": "d3d3d3",
  59. "additional": "f1413d",
  60. "dialogBorder": "",
  61. "remedicalBackground": "16161a",
  62. "buttonPrimary": "3d92fb",
  63. "buttonSecondary": "d4e3f9",
  64. "text": "4c4948",
  65. "textSelected": "16161a",
  66. "textTips": "a5a3a3",
  67. "scrollBar": "99a2a8",
  68. "foreground": "ffffff"
  69. },
  70. "darkColorScheme": {
  71. "primary": "3d92fb",
  72. "header": "3d92fb",
  73. "secondary": "7bc3ff",
  74. "background": "f2f2f2",
  75. "nav": "0a2030",
  76. "line": "d3d3d3",
  77. "additional": "f1413d",
  78. "dialogBorder": "",
  79. "remedicalBackground": "16161a",
  80. "buttonPrimary": "3d92fb",
  81. "buttonSecondary": "d4e3f9",
  82. "text": "4c4948",
  83. "textSelected": "16161a",
  84. "textTips": "a5a3a3",
  85. "scrollBar": "99a2a8",
  86. "foreground": "ffffff"
  87. },
  88. "textSizeScheme": {
  89. "headlineLargeSize": 36.0,
  90. "headlineSize": 30.0,
  91. "headlineSmallSize": 26.0,
  92. "bodySize": 20.0,
  93. "buttonSize": 16.0,
  94. "tipsSize": 18.0,
  95. "tipsSmallSize": 16.0
  96. }
  97. }