From 0c014acacfb9b3a5dd2d0722723863fd126e1f35 Mon Sep 17 00:00:00 2001 From: jmawet Date: Sun, 19 Jul 2026 15:06:24 -0700 Subject: [PATCH] fix buttonfocused colors --- themes/bluesneyplus.theme.json | 2 +- themes/greenlu.theme.json | 4 ++-- themes/{pruplemax.theme.json => purplemax.theme.json} | 6 +++--- themes/redflix.theme.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) rename themes/{pruplemax.theme.json => purplemax.theme.json} (95%) diff --git a/themes/bluesneyplus.theme.json b/themes/bluesneyplus.theme.json index 685d641..f718d59 100644 --- a/themes/bluesneyplus.theme.json +++ b/themes/bluesneyplus.theme.json @@ -10,7 +10,7 @@ "onSurface": "#FFFFFFFF", "surfaceVariant": "#FF163241", "scrim": "#CC163241", - "accent": "#FFFFFFFF", + "accent": "#FF99C1F1", "onAccent": "#FF163241", "buttonNormal": "#FF183949", "buttonFocused": "#FFFFFFFF", diff --git a/themes/greenlu.theme.json b/themes/greenlu.theme.json index d6d5621..edf186e 100644 --- a/themes/greenlu.theme.json +++ b/themes/greenlu.theme.json @@ -13,11 +13,11 @@ "accent": "#FF1CE783", "onAccent": "#FFFFFFFF", "buttonNormal": "#FF183949", - "buttonFocused": "#FF1CE783", + "buttonFocused": "#FFFFFFFF", "buttonDisabled": "#FF163241", "buttonActive": "#FF163241", "onButtonNormal": "#FFFFFFFF", - "onButtonFocused": "#FFFFFFFF", + "onButtonFocused": "#FF163241", "onButtonDisabled": "#FF666666", "inputBackground": "#FF163241", "inputFocused": "#FF163241", diff --git a/themes/pruplemax.theme.json b/themes/purplemax.theme.json similarity index 95% rename from themes/pruplemax.theme.json rename to themes/purplemax.theme.json index 3224dfc..c9fee39 100644 --- a/themes/pruplemax.theme.json +++ b/themes/purplemax.theme.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "exportedByEditorVersion": "2026.05.28", - "id": "pruplemax", + "id": "purplemax", "displayName": "Purple Max", "colors": { "background": "#FF101010", @@ -13,11 +13,11 @@ "accent": "#FF732FB8", "onAccent": "#FFFFFFFF", "buttonNormal": "#FF2A2A2A", - "buttonFocused": "#FF732FB8", + "buttonFocused": "#FFFFFFFF", "buttonDisabled": "#FF1E1E1E", "buttonActive": "#FF3A3A3A", "onButtonNormal": "#FFFFFFFF", - "onButtonFocused": "#FFFFFFFF", + "onButtonFocused": "#FF732FB8", "onButtonDisabled": "#FF666666", "inputBackground": "#FF2A2A2A", "inputFocused": "#FF3A3A3A", diff --git a/themes/redflix.theme.json b/themes/redflix.theme.json index 7fd18ac..6aaf8db 100644 --- a/themes/redflix.theme.json +++ b/themes/redflix.theme.json @@ -13,11 +13,11 @@ "accent": "#FFC01C28", "onAccent": "#FFFFFFFF", "buttonNormal": "#FF2A2A2A", - "buttonFocused": "#FFE01B24", + "buttonFocused": "#FFFFFFFF", "buttonDisabled": "#FF1E1E1E", "buttonActive": "#FF3A3A3A", "onButtonNormal": "#FFFFFFFF", - "onButtonFocused": "#FFFFFFFF", + "onButtonFocused": "#FFC01C28", "onButtonDisabled": "#FF666666", "inputBackground": "#FF2A2A2A", "inputFocused": "#FF3A3A3A",