{ "themes": [ { "themeName": "Light Theme", "themeId": 0, "colors": { "background": "#ffffff", "primary": "#00aaff", "secondary": "#ff5300", "online": "#00ff00", "loading": "#ff5300", "offline": "#ff0000" } }, { "themeName": "Dark Theme", "themeId": 1, "colors": { "background": "#1f1f1f", "primary": "#00aaff", "secondary": "#ff5300", "online": "#00ff00", "loading": "#ff5300", "offline": "#ff0000" } }, { "themeName": "AMOLED Theme", "themeId": 2, "colors": { "background": "#000000", "primary": "#00aaff", "secondary": "#ff5300", "online": "#00ff00", "loading": "#ff5300", "offline": "#ff0000" } }, { "themeName": "AMOLED Theme 2", "themeId": 3, "colors": { "background": "#000000", "primary": "#00ffaa", "secondary": "#aa00ff", "online": "#00ff00", "loading": "#ff5300", "offline": "#ff0000" } }, { "themeName": "Custom Theme 3", "themeId": 4, "colors": { "background": "#000000", "primary": "#00ffaa", "secondary": "#aa00ff", "online": "#00ff00", "loading": "#ff5300", "offline": "#ff0000" } } ] }