Skip to content

Commit

Permalink
vesktop: improve contrast (#482)
Browse files Browse the repository at this point in the history
Some generated text colors in dark themes are too close to the background color, making
it hard to read.

Fixes: #474
  • Loading branch information
mateusauler authored Jul 24, 2024
1 parent 0ef7003 commit c974c17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/vesktop/template.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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;
}

0 comments on commit c974c17

Please sign in to comment.