mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
vesktop: improve contrast (#482)
Some generated text colors in dark themes are too close to the background color, making it hard to read. Fixes: #474
This commit is contained in:
parent
0ef70039a6
commit
c974c17cd0
1 changed files with 3 additions and 3 deletions
|
@ -41,8 +41,8 @@
|
|||
--background-modifier-hover: #{{base00-hex}}4c; /* 30% of base00 */
|
||||
--background-modifier-selected: var(--base00);
|
||||
--text-normal: var(--base05);
|
||||
--text-secondary: var(--base00);
|
||||
--text-muted: var(--base03);
|
||||
--text-secondary: var(--base03);
|
||||
--text-muted: var(--base04);
|
||||
--text-link: var(--base0C);
|
||||
--interactive-normal: var(--base05);
|
||||
--interactive-hover: var(--base05);
|
||||
|
@ -51,7 +51,7 @@
|
|||
--channels-default: var(--base04);
|
||||
--channel-icon: var(--base04);
|
||||
--header-primary: var(--base06);
|
||||
--header-secondary: var(--base03);
|
||||
--header-secondary: var(--base04);
|
||||
--scrollbar-thin-track: transparent;
|
||||
--scrollbar-auto-track: transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue