feat(theme_picker): material you light & dark (#1059)

Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
Jacob Thomas
2024-05-21 23:20:52 +01:00
committed by GitHub
parent a196092c2d
commit 718f2125ba
3 changed files with 22 additions and 20 deletions

View File

@@ -1061,7 +1061,8 @@
"theme_picker": {
"amoled_dark_mode": "AMOLED Dark Mode",
"custom": "Custom Colors",
"material_you": "Material You (Android 12+)",
"material_you_light": "Material You Light (Android 12+)",
"material_you_dark": "Material You Dark (Android 12+)",
"light_blue": "Light Blue",
"dark_blue": "Dark Blue",
"earthy_autumn": "Earthy Autumn",

View File

@@ -37,7 +37,8 @@ class UserInterfaceTweaks : ConfigContainer() {
val themePicker = unique("theme_picker",
"custom",
"amoled_dark_mode",
"material_you",
"material_you_light",
"material_you_dark",
"light_blue",
"dark_blue",
"earthy_autumn",