Initial v4

This commit is contained in:
Rahul Kumar Patel
2021-02-15 04:52:56 +05:30
commit dfc706b13e
472 changed files with 35142 additions and 0 deletions

32
app/src/main/assets/themes.json Executable file
View File

@@ -0,0 +1,32 @@
[
{
"id": "0",
"title": "System",
"subtitle": "Follow system themes."
},
{
"id": "1",
"title": "Light",
"subtitle": "White UI must die, may slap on your face at night."
},
{
"id": "2",
"title": "Dark",
"subtitle": "As dark as your humour, suitable for night-owls."
},
{
"id": "3",
"title": "Pitch Black",
"subtitle": "The black, that matters."
},
{
"id": "4",
"title": "Dark-X",
"subtitle": "The dark, that looks cool?"
},
{
"id": "5",
"title": "Disskord",
"subtitle": "Kanged from discord"
}
]