Files
dotfiles_arch/wofi/.config/wofi/style.css
2026-02-16 23:40:30 +01:00

63 lines
1.1 KiB
CSS

/* ============================================================
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;
border-radius: 10px;
border: 2px solid #7daea3;
color: #d4be98;
font-family: "Monofur Nerd Font";
font-size: 20px;
}
#input {
margin: 5px;
border-radius: 10px;
border: none;
color: #d8a657;
background-color: #32302f;
}
#inner-box {
margin: 5px;
border: none;
background-color: #32302f;
color: #282828;
border-radius: 5px;
}
#outer-box {
margin: 15px;
border: none;
background-color: #282828;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #d4be98;
}
#entry:selected {
background-color: #7daea3;
color: #282828;
border-radius: 5px;
outline: none;
}
#entry:selected * {
background-color: #7daea3;
color: #282828;
border-radius: 5px;
outline: none;
}