Update theme description strings to generics

This commit is contained in:
Rahul Kumar Patel
2021-04-04 02:49:42 +05:30
parent e8ce479269
commit 0c770bc1a6

View File

@@ -7,26 +7,26 @@
{ {
"id": "1", "id": "1",
"title": "Light", "title": "Light",
"subtitle": "White UI must die, may slap on your face at night." "subtitle": "Bright, suitable for daylight conditions"
}, },
{ {
"id": "2", "id": "2",
"title": "Dark", "title": "Dark",
"subtitle": "As dark as your humour, suitable for night-owls." "subtitle": "Relatively dark theme, best for night owls"
}, },
{ {
"id": "3", "id": "3",
"title": "Pitch Black", "title": "Pitch Black",
"subtitle": "The black, that matters." "subtitle": "Black theme, best for AMOLED Displays"
}, },
{ {
"id": "4", "id": "4",
"title": "Dark-X", "title": "Dark-X",
"subtitle": "The dark, that looks cool?" "subtitle": "Variant of dark theme"
}, },
{ {
"id": "5", "id": "5",
"title": "Disskord", "title": "Darkord",
"subtitle": "Kanged from discord" "subtitle": "Kanged from discord"
} }
] ]