From 7e7fa955abac04a8e118b1cedf930a8fd41c34a6 Mon Sep 17 00:00:00 2001 From: Rin <31785428+rin-senpai@users.noreply.github.com> Date: Fri, 6 Feb 2026 02:52:30 +1100 Subject: [PATCH] discord/common/color-theme: add chat gradient (#2185) Link: https://github.com/nix-community/stylix/pull/2185 Reviewed-by: Flameopathic Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> (cherry picked from commit 2e7914b3932897ce0978f5141d15e6a38a70f89c) --- modules/discord/common/color-theme.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/discord/common/color-theme.nix b/modules/discord/common/color-theme.nix index 747e0c6a..d871fe7f 100644 --- a/modules/discord/common/color-theme.nix +++ b/modules/discord/common/color-theme.nix @@ -431,6 +431,9 @@ colors: '' .chatContent_f75fb0 { background-color: var(--base01) !important; } + .chatGradient__36d07 { + background: linear-gradient(to bottom, transparent, var(--base01)) !important; + } .members_c8ffbb, .member_c8ffbb { background: var(--base00) !important;