/* base16-wofi (https://sr.ht/~knezi/base16-wofi) * Base16 wofi template by knezi * Atelier Sulphurpool scheme by Bram de Haan (http://atelierbramdehaan.nl) */ window { background-color: #202746; color: #979db4; } #entry:nth-child(odd) { background-color: #202746; } #entry:nth-child(even) { background-color: #293256; } #entry:selected { background-color: #5e6687; } #input { background-color: #293256; color: #898ea4; border-color: #5e6687; } #input:focus { border-color: #c08b30; }