feat: add walker and rofi themes for summer-night and fix styling logic

This commit is contained in:
Bernardo Magri
2026-04-13 11:19:43 +01:00
parent 0e5fb6c813
commit 6b3e96b3b3
4 changed files with 199 additions and 10 deletions

View File

@@ -0,0 +1,34 @@
#window {
background-color: #2d353b;
color: #d3c6aa;
border-bottom: 5px solid #d9bb80;
border-radius: 15px;
}
#search {
background-color: #a7c080;
color: #2d353b;
border-bottom: 5px solid #868d80;
border-radius: 10px;
margin: 15px;
padding: 10px;
}
#input {
color: #2d353b;
}
#list {
padding: 20px;
}
.item {
border-radius: 10px;
padding: 10px;
}
.item.active {
background-color: #3d484d;
color: #d3c6aa;
border-bottom: 5px solid #161a1d;
}