1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-29 17:18:13 +01:00
eoli3n-dotfiles/roles/wofi/templates/style.j2

71 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-11-07 23:20:55 +01:00
@define-color grey rgba(32, 32, 32, 0.9);
@define-color yellow {{ color3 }};
2023-11-07 23:20:55 +01:00
@define-color darkgrey rgba(20, 20, 20, 0.9);
2020-05-08 01:10:46 +02:00
@define-color transparent rgba(0, 0, 0, 0);
window {
2020-05-08 09:38:05 +02:00
margin: 0px;
2020-05-08 01:10:46 +02:00
background-color: @grey;
font-size: 1.2em;
2020-05-09 23:45:07 +02:00
font: {{ font }};
2020-05-08 01:10:46 +02:00
}
#input {
2020-05-08 09:38:05 +02:00
margin: 0px;
margin-right: 10px;
margin-left: 10px;
2020-05-08 01:10:46 +02:00
border-bottom: 2px solid @yellow;
border-radius: 0px;
background-color: @transparent;
}
#inner-box {
2020-05-08 09:38:05 +02:00
margin: 0px;
margin-right: 10px;
margin-left: 10px;
2020-05-08 01:10:46 +02:00
border-top: 2px solid @transparent;
color: white;
background-color: @transparent;
}
2020-05-08 10:18:36 +02:00
expander .entry {
margin-left: -15px;
}
#img {
margin-right: 6px;
}
2020-05-08 01:10:46 +02:00
#outer-box {
2020-05-08 09:38:05 +02:00
margin: 0px;
border: 0px solid;
2020-05-08 01:10:46 +02:00
background-color: @transparent;
}
2020-05-08 09:38:05 +02:00
#scroll {
2020-05-08 01:10:46 +02:00
margin: 0px;
2020-05-08 09:38:05 +02:00
border: 0px solid;
background-color: @transparent;
2020-05-08 01:10:46 +02:00
}
2020-05-08 09:38:05 +02:00
#entry{
2020-05-08 10:18:36 +02:00
padding: 1px;
2020-05-08 09:38:05 +02:00
padding-left: 4px;
padding-right: 4px;
margin: 0px;
2020-05-08 01:10:46 +02:00
}
#entry:selected{
background-color: @yellow;
2020-05-08 09:38:05 +02:00
color: @darkgrey;
outline: 0px;
border-radius: 0px;
}
#text:selected{
background-color: @yellow;
color: @darkgrey;
2020-05-08 01:10:46 +02:00
outline: 0px;
border-radius: 0px;
}