This commit is contained in:
liph
2026-07-04 00:21:43 +02:00
parent 658498860e
commit 7b23a57221
59 changed files with 781 additions and 129 deletions
+15 -20
View File
@@ -1,16 +1,10 @@
/* ============================================================
Wofi Theme — Gruvbox Material
Based on sainnhe/gruvbox-material (Dark Hard variant)
Structure mirrored from provided rose-pine template
============================================================ */
window {
margin: 0px;
background-color: #282828;
background-color: #232136;
border-radius: 10px;
border: 2px solid #7daea3;
color: #d4be98;
font-family: "Monofur Nerd Font";
border: 2px solid #c4a7e7;
color: #e0def4;
font-family: "JetBrainsMono Nerd Font";
font-size: 20px;
}
@@ -18,22 +12,23 @@ window {
margin: 5px;
border-radius: 10px;
border: none;
color: #d8a657;
background-color: #32302f;
border-radius: 10px;
color: #c4a7e7;
background-color: #393552;
}
#inner-box {
margin: 5px;
border: none;
background-color: #32302f;
color: #282828;
background-color: #393552;
color: #232136;
border-radius: 5px;
}
#outer-box {
margin: 15px;
border: none;
background-color: #282828;
background-color: #232136;
}
#scroll {
@@ -44,19 +39,19 @@ window {
#text {
margin: 5px;
border: none;
color: #d4be98;
color: #e0def4;
}
#entry:selected {
background-color: #7daea3;
color: #282828;
background-color: #eba0ac;
color: #232136;
border-radius: 5px;
outline: none;
}
#entry:selected * {
background-color: #7daea3;
color: #282828;
background-color: #eba0ac;
color: #232136;
border-radius: 5px;
outline: none;
}