{
	"light": {
		"navBgColor": "#f8f8f8",
		"boxBgColor":"#f8f8f8",
		"inputBgColor":"#F2F5F3",
		"background":"#f8f8f8",
		"navTxtColor": "black",
		"bgColor": "#fff",
		"textColor":"#333",
		"bgTxtColor": "light",
		"bgColorTop": "#eeeeee",
		"bgColorBottom": "#efefef",
		"tabFontColor": "#000000",
		"tabSelectedColor": "#3cc51f",
		"tabBgColor": "#ffffff",
		"tabBorderColor": "black",
		"iconPath1": "/static/icon1_light.png",
		"selectedIconPath1": "/static/selected_icon1_light.png",
		"iconPath2": "/static/icon2_light.png",
		"selectedIconPath2": "/static/selected_icon2_light.png",
		"footBgColor":"#fff"
	},
	"dark": {
		"navBgColor": "#292929",
		"boxBgColor":"#3f3f3f",
		"inputBgColor":"#393939",
		"background":"#3f3f3f",
		"navTxtColor": "white",
		"bgColor": "#1f1f1f",
		"textColor":"#fff",
		"bgTxtColor": "dark",
		"bgColorTop": "#292929",
		"bgColorBottom": "#1f1f1f",
		"tabFontColor": "#ffffff",
		"tabSelectedColor": "#51a937",
		"tabBgColor": "#292929",
		"tabBorderColor": "white",
		"iconPath1": "/static/icon1_dark.png",
		"selectedIconPath1": "/static/selected_icon1_dark.png",
		"iconPath2": "/static/icon2_dark.png",
		"selectedIconPath2": "/static/selected_icon2_dark.png",
		"footBgColor":"#1f1f1f"
	}
}