forked from Shinonome/dots-hyprland
adjust colors when transparency enabled
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
$rootTransparency: 0.31; // Transparency = 1 - opacity
|
$rootTransparency: 0.31; // Transparency = 1 - opacity
|
||||||
$transparency: 0.8;
|
$transparency: 0.75;
|
||||||
|
|
||||||
// Transparent versions
|
// Transparent versions
|
||||||
@if $transparent == True {
|
@if $transparent == True {
|
||||||
|
|||||||
@@ -83,7 +83,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.osd-colorscheme-settings {
|
.osd-colorscheme-settings {
|
||||||
background-color: $layer0;
|
background-color: $layer1;
|
||||||
padding: 0.313rem 0.626rem;
|
padding: 0.313rem 0.626rem;
|
||||||
@include small-rounding;
|
@include small-rounding;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user