From 33ca5f2b0c4d6ef7d06f1dac9601873add3e4c0f Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 30 Aug 2022 17:29:09 +0200 Subject: [PATCH] stuff --- Library/_res/0BDFDB.data.json | 1 + Themes/BasicBackground/BasicBackground.css | 2 +- Themes/BlurpleRecolor/BlurpleRecolor.css | 2 +- Themes/DiscordRecolor/DiscordRecolor.css | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Library/_res/0BDFDB.data.json b/Library/_res/0BDFDB.data.json index ec160ab8b3..babd135a0d 100644 --- a/Library/_res/0BDFDB.data.json +++ b/Library/_res/0BDFDB.data.json @@ -1186,6 +1186,7 @@ "splashBackground": "splashBackground-1FRCko", "stopAnimations": "stop-animations", "subtext": "subtext-2HDqJ7", + "themeAmoled": "theme-amoled", "themeDark": "theme-dark", "themeLight": "theme-light", "themeUndefined": "theme-undefined", diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 210fc1dc47..56d3baa684 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -50,7 +50,7 @@ --bdfdb-red: rgb(var(--dangercolor)); } -.theme-light, .theme-dark { +.theme-light, .theme-dark, .theme-amoled { --text-positive: rgb(var(--successcolor)); --text-warning: rgb(var(--warningcolor)); --text-danger: rgb(var(--dangercolor)); diff --git a/Themes/BlurpleRecolor/BlurpleRecolor.css b/Themes/BlurpleRecolor/BlurpleRecolor.css index 6f545e153c..f3d07d60d9 100644 --- a/Themes/BlurpleRecolor/BlurpleRecolor.css +++ b/Themes/BlurpleRecolor/BlurpleRecolor.css @@ -21,7 +21,7 @@ .theme-light { --logo-primary: rgb(var(--accentcolor)); } -[data-popout-root], html, .theme-dark, .theme-light { +[data-popout-root], html, .theme-light, .theme-dark, .theme-amoled { --text-brand: rgb(var(--accentcolor)); --text-link: rgb(var(--linkcolor)); --text-link-low-saturation: rgb(var(--linkcolor)); diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index 90fda1dd07..626cf0fc52 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -29,7 +29,7 @@ --bdfdb-red: rgb(var(--dangercolor)); } -.theme-dark, .theme-light { +.theme-light, .theme-dark, .theme-amoled { --text-positive: rgb(var(--successcolor)); --text-warning: rgb(var(--warningcolor)); --text-danger: rgb(var(--dangercolor));