From 1024c2e2ee9d59de606a9f293fea8c72deeb5842 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 4 Dec 2023 12:58:29 +0300 Subject: [PATCH] Make discord colors better --- templates/discordCss.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/discordCss.nix b/templates/discordCss.nix index cfd53a7..1513a6b 100644 --- a/templates/discordCss.nix +++ b/templates/discordCss.nix @@ -7,10 +7,10 @@ theme: with theme.withHashtag; '' :root { --background-primary: ${base00}; - --background-secondary: ${base01}; - --background-tertiary: ${base02}; + --background-secondary: ${base00}; + --background-tertiary: ${base01}; --channels-default: ${base0D}; - --channeltextarea-background: ${base01}; + --channeltextarea-background: ${base00}; --deprecated-panel-background: ${base00}; --interactive-normal: ${base05}; --text-normal: ${base05};