discord/common/color-theme: add chat gradient (#2185)

Link: https://github.com/nix-community/stylix/pull/2185

Reviewed-by: Flameopathic <flameopathic@gmail.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
(cherry picked from commit 2e7914b393)
This commit is contained in:
Rin 2026-02-06 02:52:30 +11:00 committed by NAHO
parent fe06391a1e
commit 7e7fa955ab

View file

@ -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;