mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-27 08:27:45 +00:00
Make discord colors better
This commit is contained in:
parent
aaaa3ad6a5
commit
1024c2e2ee
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
||||||
theme: with theme.withHashtag; ''
|
theme: with theme.withHashtag; ''
|
||||||
:root {
|
:root {
|
||||||
--background-primary: ${base00};
|
--background-primary: ${base00};
|
||||||
--background-secondary: ${base01};
|
--background-secondary: ${base00};
|
||||||
--background-tertiary: ${base02};
|
--background-tertiary: ${base01};
|
||||||
--channels-default: ${base0D};
|
--channels-default: ${base0D};
|
||||||
--channeltextarea-background: ${base01};
|
--channeltextarea-background: ${base00};
|
||||||
--deprecated-panel-background: ${base00};
|
--deprecated-panel-background: ${base00};
|
||||||
--interactive-normal: ${base05};
|
--interactive-normal: ${base05};
|
||||||
--text-normal: ${base05};
|
--text-normal: ${base05};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue