theme.json 1.6 KB
Newer Older
H
hdx 已提交
1 2 3 4 5
{
  "light": {
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#007AFF",
    "backgroundColorContent": "#efeff4",
6 7
    "backgroundColor": "#efeff4",
    "backgroundTextStyle": "dark",
H
hdx 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

    "tabBarColor": "#7A7E83",
    "tabBarSelectedColor": "#007AFF",
    "tabBarBorderStyle": "black",
    "tabBarBackgroundColor": "#F8F8F8",

    "tabBarComponentIconPath": "static/component.png",
    "tabBarComponentSelectedIconPath": "static/componentHL.png",
    "tabBarAPIIconPath": "static/api.png",
    "tabBarAPISelectedIconPath": "static/apiHL.png",
    "tabBarCSSIconPath": "static/css.png",
    "tabBarCSSSelectedIconPath": "static/cssHL.png",
    "tabBarTemplateIconPath": "static/template.png",
    "tabBarTemplateSelectedIconPath": "static/templateHL.png"
  },
  "dark": {
    "navigationBarTextStyle": "white",
    "navigationBarBackgroundColor": "#1F1F1F",
    "backgroundColor": "#1F1F1F",
27 28
    "backgroundColorContent": "#646464",
    "backgroundTextStyle": "light",
H
hdx 已提交
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44

    "tabBarColor": "#cacaca",
    "tabBarSelectedColor": "#007AFF",
    "tabBarBorderStyle": "white",
    "tabBarBackgroundColor": "#1F1F1F",

    "tabBarComponentIconPath": "static/component.png",
    "tabBarComponentSelectedIconPath": "static/componentHL.png",
    "tabBarAPIIconPath": "static/api.png",
    "tabBarAPISelectedIconPath": "static/apiHL.png",
    "tabBarCSSIconPath": "static/css.png",
    "tabBarCSSSelectedIconPath": "static/cssHL.png",
    "tabBarTemplateIconPath": "static/template.png",
    "tabBarTemplateSelectedIconPath": "static/templateHL.png"
  }
}