Files
.dotfiles/wofi/style.css
2025-02-07 21:28:29 -08:00

51 lines
724 B
CSS

@import url("/home/preacher/.cache/wal/colors-waybar.css");
* {
font-family: "Arimo Nerd Font", monospace;
}
window {
background-color: alpha(@color10,.5);
border-radius: 2px;
}
#input {
margin: 5px;
border-radius: 2px;
border: none;
background-color: @color15;
color: @background
}
#inner-box {
background-color: @color1;
}
#outer-box {
margin: 2px;
padding: 10px;
border-radius: 3px;
background-color: alpha(@color6,.2);
}
#scroll {
margin: 5px;
}
#text {
padding: 4px;
color: @background;
}
#entry:nth-child(even){
background-color: @color4;
}
#entry:selected {
background-color: @color10;
}
#text:selected {
background: transparent;
}