dotfiles/wayland/config/wofi/style.css
2026-07-06 12:12:52 -07:00

79 lines
1.3 KiB
CSS

* {
font-family: FontAwesome, OverpassM Nerd Font Propo;
letter-spacing: 1px;
}
@import "/home/pogmommy/.cache/matugen/colors.css";
window {
border: 0px solid @primary;
background-color: transparent;
border-radius: 0px;
}
#input {
margin: 15px 15px 0px 15px;
border: 0px solid transparent;
background-color: transparent;
color: @primary;
border-radius: 0px;
outline: none;
}
#inner-box {
margin: 5px;
border: 0px solid transparent;
background-color: transparent;
border-radius: 0px;
}
#outer-box {
margin: 0px;
border: 0px solid transparent;
background-color: alpha(@surface_container, 0.6);
border-radius: 0px;
}
#scroll {
background-color: transparent;
}
#text:first-child,
#text:nth-child(2) {
margin: 5px 0px 5px 5px;
padding-left: 5px;
color: @primary;
text-shadow: 0px 0px 2px @primary-outline, 0px 0px 6px @primary-outline;
}
#text:only-child {
min-width: 400px;
}
#text:selected {
font-weight: bold;
color: @primary;
}
#entry {
border: 0px solid transparent;
border-radius: 0px;
background-color: alpha(@surface_container, 0.15);
/* background-color: green;*/
margin: 10px;
min-height: 40px;
/* min-width: 100%;*/
}
#entry:selected {
background-color: alpha(mix(@surface_container_high, @primary, 0.2), 0.5);
outline: none;
}
#img {
opacity: 0.5;
}
#img:selected {
opacity: 1;
}