From a894511711c7e333a066a0f82f1d2ddaf796bfc6 Mon Sep 17 00:00:00 2001 From: Antariksh Singh <94468223+singhantariksh@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:32:28 +0530 Subject: [PATCH] fix(vesktop.css): banner icons visibility issue the banner icons had a dark background as well as a dark icon color, changed the icon color to a brighter one, and minor description changes --- Assets/MatugenTemplates/vesktop.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Assets/MatugenTemplates/vesktop.css b/Assets/MatugenTemplates/vesktop.css index e9584123..d6f8e155 100644 --- a/Assets/MatugenTemplates/vesktop.css +++ b/Assets/MatugenTemplates/vesktop.css @@ -1,6 +1,6 @@ /** -* @name midnight (matugen - noctalia) -* @description a dark, customizable discord theme with matugen! +* @name midnight-noctalia +* @description a discord theme for noctalia-shell * @author refact0r * @version 2.1.1 * @invite nz87hXyvcy @@ -151,3 +151,11 @@ body { --purple-4: {{colors.on_secondary_container.default.hex}}; --purple-5: {{colors.secondary.default.hex}}; } + +.divider__908e2:not(.isUnread__908e2) { + border-color: var(--bg-2); +} + +.bannerButton_de8008, .bannerColor_fb7f94 { + color: var(--text-1); +}