first
This commit is contained in:
50
wofi/style.css
Normal file
50
wofi/style.css
Normal file
@@ -0,0 +1,50 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user