/* base16-wofi (https://sr.ht/~knezi/base16-wofi) * Base16 wofi template by knezi * Darktooth scheme by Jason Milkins (https://github.com/jasonm23) */ window { background-color: #1D2021; color: #A89984; } #entry:nth-child(odd) { background-color: #1D2021; } #entry:nth-child(even) { background-color: #32302F; } #entry:selected { background-color: #504945; } #input { background-color: #32302F; color: #928374; border-color: #504945; } #input:focus { border-color: #FAC03B; }