/* base16-wofi (https://sr.ht/~knezi/base16-wofi) * Base16 wofi template by knezi * Grayscale Dark scheme by Alexandre Gavioli (https://github.com/Alexx2/) */ window { background-color: #101010; color: #b9b9b9; } #entry:nth-child(odd) { background-color: #101010; } #entry:nth-child(even) { background-color: #252525; } #entry:selected { background-color: #464646; } #input { background-color: #252525; color: #ababab; border-color: #464646; } #input:focus { border-color: #a0a0a0; }