From 8577c6b815ae4482d8ee86ac7784eb671cbc41fd Mon Sep 17 00:00:00 2001 From: bbedward Date: Sun, 19 Jul 2026 19:22:57 -0400 Subject: [PATCH] matugen/vesktop/vencord/equibop: more contrast fixes --- quickshell/matugen/templates/vesktop.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quickshell/matugen/templates/vesktop.css b/quickshell/matugen/templates/vesktop.css index e910d1c22..08ce527c7 100644 --- a/quickshell/matugen/templates/vesktop.css +++ b/quickshell/matugen/templates/vesktop.css @@ -296,7 +296,9 @@ .theme-dark div[class*="divider"] [class*="endCap"], .theme-light div[class*="divider"] [class*="endCap"], .theme-dark span[class*="botTag"], -.theme-light span[class*="botTag"] { +.theme-light span[class*="botTag"], +.theme-dark div[class*="newMessagesBar"], +.theme-light div[class*="newMessagesBar"] { --white: {{colors.on_primary.default.hex}} !important; --white-500: {{colors.on_primary.default.hex}} !important; }