mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
adjust colors when transparency enabled
This commit is contained in:
parent
1e4d041466
commit
e009531c59
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue