summaryrefslogtreecommitdiff
path: root/_high-contrast-colors.scss
diff options
context:
space:
mode:
Diffstat (limited to '_high-contrast-colors.scss')
-rw-r--r--_high-contrast-colors.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/_high-contrast-colors.scss b/_high-contrast-colors.scss
index 35e2d85..0d48644 100644
--- a/_high-contrast-colors.scss
+++ b/_high-contrast-colors.scss
@@ -3,6 +3,8 @@
@import '_palette.scss';
+$is_highcontrast: 'true';
+
$base_color: if($variant == 'light', #fff, #000);
$bg_color: $base_color;
$fg_color: if($variant == 'light', transparentize(black, .2), white);
@@ -30,6 +32,10 @@ $osd_outer_borders_color: $osd_bg_color;
$shadow_color: transparent;
+// button
+$button_inset_color: transparentize($fg_color, 0.8);
+$button_mix_factor: 10%;
+
// cards
$card_bg_color: if($variant == 'light', darken($bg_color, 12%), lighten($bg_color, 12%));