dotfiles/private_dot_config/wofi/style.css

53 lines
884 B
CSS
Raw Permalink Normal View History

2021-07-28 05:54:37 +00:00
window {
margin: 0px;
border: 2px solid #414868;
2021-09-03 03:19:59 +00:00
border-radius: 4px;
background-color: #1a1b26;
2021-07-28 05:54:37 +00:00
font-family: "JetBrainsMono Nerd Font";
font-size: 10px;
}
#input {
margin: 5px;
2021-09-03 03:19:59 +00:00
border: 1px solid #1a1b26;
2021-07-28 05:54:37 +00:00
color: #c0caf5;
2021-09-03 03:19:59 +00:00
background-color: #1a1b26;
2021-07-28 05:54:37 +00:00
}
#input image {
color: #c0caf5;
}
#inner-box {
margin: 5px;
border: none;
2021-09-03 03:19:59 +00:00
background-color: #1a1b26;
2021-07-28 05:54:37 +00:00
}
#outer-box {
margin: 5px;
border: none;
2021-09-03 03:19:59 +00:00
background-color: #1a1b26;
2021-07-28 05:54:37 +00:00
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #c0caf5;
}
#entry:selected {
background-color: #414868;
font-weight: normal;
}
#text:selected {
background-color: #414868;
font-weight: normal;
}