From 0c770bc1a66a2fff374e7ac567eeacb050e56156 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Patel Date: Sun, 4 Apr 2021 02:49:42 +0530 Subject: [PATCH] Update theme description strings to generics --- app/src/main/assets/themes.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/assets/themes.json b/app/src/main/assets/themes.json index 6b5beb7c5..1fe7fd780 100755 --- a/app/src/main/assets/themes.json +++ b/app/src/main/assets/themes.json @@ -7,26 +7,26 @@ { "id": "1", "title": "Light", - "subtitle": "White UI must die, may slap on your face at night." + "subtitle": "Bright, suitable for daylight conditions" }, { "id": "2", "title": "Dark", - "subtitle": "As dark as your humour, suitable for night-owls." + "subtitle": "Relatively dark theme, best for night owls" }, { "id": "3", "title": "Pitch Black", - "subtitle": "The black, that matters." + "subtitle": "Black theme, best for AMOLED Displays" }, { "id": "4", "title": "Dark-X", - "subtitle": "The dark, that looks cool?" + "subtitle": "Variant of dark theme" }, { "id": "5", - "title": "Disskord", + "title": "Darkord", "subtitle": "Kanged from discord" } ] \ No newline at end of file