mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Added ambar colors
This commit is contained in:
@@ -29,7 +29,7 @@ menu,
|
||||
.context-menu {
|
||||
margin: 4px;
|
||||
padding: 2px 0px;
|
||||
background: if( $variant == 'light', linear-gradient(to bottom, #fff 20%, #fff), linear-gradient(to bottom, lighten($bg_color, 2%), darken($bg_color, 2%)));
|
||||
background: if( $variant == 'light', linear-gradient(to bottom, darken($base_color, 4%) 20%, darken($base_color, 4%) ), linear-gradient(to bottom, lighten($bg_color, 2%), darken($bg_color, 2%)));
|
||||
border: 1px solid $borders_color; // adds borders in a non composited env
|
||||
|
||||
.csd & { border: none; } // axes borders in a composited env
|
||||
|
||||
Reference in New Issue
Block a user