Remove redundant code and fix brightness slider color

This commit is contained in:
Jas Singh
2024-07-18 00:37:58 -07:00
parent 8015294183
commit 38c0326673
3 changed files with 2 additions and 10 deletions

View File

@@ -361,7 +361,7 @@ const options = mkOptions(OPTIONS, {
active: opt(colors.yellow),
},
slider: {
primary: opt(colors.lavender),
primary: opt(colors.yellow),
background: opt(colors.surface2),
backgroundhover: opt(colors.surface1),
puck: opt(colors.overlay0)

View File

@@ -32,14 +32,6 @@
}
}
}
.menu-active-slider.brightness {
trough {
highlight,
progress {
background: if($bar-menus-monochrome, $bar-menus-slider-primary, $bar-menus-menu-battery-slider-primary);
}
}
}
.brightness-container {
padding-bottom: 1em;

View File

@@ -173,7 +173,7 @@ $bar-menus-menu-battery-listitems-passive: #cdd6f4;
$bar-menus-menu-battery-listitems-active: #f9e2af;
$bar-menus-menu-battery-icons-passive: #9399b2;
$bar-menus-menu-battery-icons-active: #f9e2af;
$bar-menus-menu-battery-slider-primary: #b4befe;
$bar-menus-menu-battery-slider-primary: #f9e2af;
$bar-menus-menu-battery-slider-background: #585b70;
$bar-menus-menu-battery-slider-backgroundhover: #45475a;
$bar-menus-menu-battery-slider-puck: #6c7086;