mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
adjust colors when transparency enabled
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$rootTransparency: 0.31; // Transparency = 1 - opacity
|
||||
$transparency: 0.8;
|
||||
$transparency: 0.75;
|
||||
|
||||
// Transparent versions
|
||||
@if $transparent == True {
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
}
|
||||
|
||||
.osd-colorscheme-settings {
|
||||
background-color: $layer0;
|
||||
background-color: $layer1;
|
||||
padding: 0.313rem 0.626rem;
|
||||
@include small-rounding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user