Added the split variant to all the existing themes. (#179)

* Add split variant themes

* Added all split themes and updated non split themes.
This commit is contained in:
Jas Singh
2024-08-24 19:00:05 -07:00
committed by GitHub
parent fecc3efc41
commit bc08692317
29 changed files with 4017 additions and 50 deletions

View File

@@ -7,8 +7,9 @@
font-size: $font-size * $bar-menus-menu-volume-scaling/100;
}
background: if($bar-menus-monochrome, $bar-menus-background, $bar-menus-menu-volume-background-color);
.menu-items {
background: if($bar-menus-monochrome, $bar-menus-background, $bar-menus-menu-volume-background-color);
border-color: if($bar-menus-monochrome, $bar-menus-border-color, $bar-menus-menu-volume-border-color);
opacity: $bar-menus-opacity/100;
}