dotfiles/de/home/.config/wofi/style.css
2024-03-27 15:15:01 -06:00

59 lines
1 KiB
CSS

@import '../../.cache/wal/colors.css';
window {
/* margin: 5px;*/
border: 3px solid --wofi-color1;
background-color: --wofi-color0;
border-radius:10px;
opacity:0.8;
}
#input {
margin: 5px;
border: 3px solid --wofi-color1;
background-color: --wofi-color9;
border-radius:10px;
}
#inner-box {
margin: 5px;
/* border: 2px solid --wofi-color1;*/
background-color: transparent;
}
#outer-box {
margin: 5px;
border: 3px solid --wofi-color0;
background-color: --wofi-color0;
}
#scroll {
/* margin: 5px;
border: 2px solid --wofi-color1;*/
background-color: transparent;
}
#text {
margin: 5px;
color: --wofi-color8;
/* border: 2px solid cyan;
background-color: cyan;*/
}
#entry{
border: 3px solid --wofi-color1;
border-radius: 10px;
background-color: --wofi-color0;
margin:10px 0px
}
#entry:selected {
border: 3px solid --wofi-color1;
border-radius:10px;
background-color: --wofi-color9;
margin:10px 0px;
}
#text:selected {
color:--wofi-color0;
/* background-color: --wofi-color1;*/
}