1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-15 07:21:49 +08:00
dotfiles/.config/wofi/light.css

58 lines
760 B
CSS
Raw Normal View History

2022-06-25 21:26:38 +08:00
window {
margin: 0px;
2023-02-10 15:26:53 +08:00
border: 1px solid #928374;
2022-06-25 21:26:38 +08:00
border-radius: 3px;
2023-02-10 15:26:53 +08:00
background-color: #fbf1c7;
2022-06-25 21:26:38 +08:00
font-family: monospace;
font-size: 14px;
}
#input {
margin: 5px;
2023-02-10 15:26:53 +08:00
border: 1px solid #427b58;
2022-09-24 14:19:49 +08:00
color: #323d43;
2023-02-10 15:26:53 +08:00
background-color: #fbf1c7;
2022-06-25 21:26:38 +08:00
}
2023-02-10 15:26:53 +08:00
#img {
color: #689d6a;
2022-06-25 21:26:38 +08:00
}
#inner-box {
margin: 5px;
border: none;
2023-02-10 15:26:53 +08:00
background-color: #fbf1c7;
2022-06-25 21:26:38 +08:00
}
#outer-box {
margin: 5px;
border: none;
2023-02-10 15:26:53 +08:00
background-color: #fbf1c7;
2022-06-25 21:26:38 +08:00
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
2022-09-24 14:19:49 +08:00
color: #323d43;
2022-06-25 21:26:38 +08:00
}
#entry:selected {
2023-02-10 15:26:53 +08:00
background-color: #ebdbb2;
2022-09-24 14:19:49 +08:00
color: #323d43;
2022-06-25 21:26:38 +08:00
border-radius: 3px;
font-weight: normal;
}
#text:selected {
2023-02-10 15:26:53 +08:00
background-color: #ebdbb2;
2022-09-24 14:19:49 +08:00
color: #323d43;
2022-06-25 21:26:38 +08:00
border-radius: 3px;
font-weight: bold;
}