1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-27 00:17:45 +00:00

Make discord colors better

This commit is contained in:
RGBCube 2023-12-04 12:58:29 +03:00
parent aaaa3ad6a5
commit 1024c2e2ee
No known key found for this signature in database

View file

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