Files
dotfiles/eww/widgets/hypr_activewindow.scss
2025-03-06 23:28:59 +01:00

15 lines
180 B
SCSS

.activewindow{
background: #98C379;
color: #ffffff;
&--xwayland{
background: red;
color: black;
}
&--tooltip{
background: darkgrey;
color: white;
}
}