mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:53:55 -05:00
swayosd: improve borders
This commit is contained in:
parent
f0212bd15a
commit
b5453a6fdd
|
@ -27,7 +27,7 @@ in {
|
|||
window#osd {
|
||||
padding: 12px 20px;
|
||||
border-radius: ${toString cfg.theme.borders.radius}px;
|
||||
border: 4px solid alpha(${config.lib.stylix.colors.withHashtag."base07"}, ${toString config.stylix.opacity.popups});
|
||||
border: 4px solid alpha(${config.lib.stylix.colors.withHashtag."base0D"}, ${toString config.stylix.opacity.popups});
|
||||
background: alpha(${config.lib.stylix.colors.withHashtag."base01"}, ${toString config.stylix.opacity.popups});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue