feat: improve contrast for primary color in dark theme

This commit is contained in:
alistair3149 2021-07-27 17:18:23 -04:00
parent cebbf32b0b
commit 020d05c253
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 4 additions and 0 deletions

View file

@ -28,6 +28,8 @@
* Dark theme
*/
:root.skin-citizen-dark {
--color-primary__l: @color-primary__l-dark;
--color-surface-0: @color-surface-0-dark;
--color-surface-1: @color-surface-1-dark;
--color-surface-2: @color-surface-2-dark;

View file

@ -52,6 +52,8 @@
/* Dark theme */
@diff-hoverstate-dark: 4;
@color-primary__l-dark: 60%;
@color-surface-0-dark: ~'hsl( 210, 27%, 10% )';
@color-surface-1-dark: ~'hsl( 212, 15%, 17% )';
@color-surface-2-dark: ~'hsl( 208, 14%, 18% )';