{
  "light": {
    "navBgColor": "#f6f6f6",
    "navTxtStyle": "black",
    "bgColor": "#ffffff",
    "bgStyle": "dark",
    "bgTxtStyle": "light",
    "bgColorTop": "#eeeeee",
    "bgColorBottom": "#efefef",
    "tabFontColor": "#000000",
    "tabSelectedColor": "#3cc51f",
    "tabBgColor": "#ffffff",
    "tabBorderStyle": "black",
    "iconPath1": "/assets/images/tab/component.png",
    "selectedIconPath1": "/assets/images/tab/component_selected.png",
    "iconPath2": "/assets/images/tab/extension.png",
    "selectedIconPath2": "/assets/images/tab/extension_selected.png"
  },
  "dark": {
    "navBgColor": "#191919",
    "navTxtStyle": "white",
    "bgColor": "#1f1f1f",
    "bgStyle": "light",
    "bgTxtStyle": "dark",
    "bgColorTop": "#191919",
    "bgColorBottom": "#1f1f1f",
    "tabFontColor": "#ffffff",
    "tabSelectedColor": "#51a937",
    "tabBgColor": "#191919",
    "tabBorderStyle": "white",
    "iconPath1": "/assets/images/tab/component.png",
    "selectedIconPath1": "/assets/images/tab/component_selected.png",
    "iconPath2": "/assets/images/tab/extension.png",
    "selectedIconPath2": "/assets/images/tab/extension_selected.png"
  }
}
