diff options
Diffstat (limited to 'themes/base16-harmonic-dark.css')
| -rw-r--r-- | themes/base16-harmonic-dark.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-harmonic-dark.css b/themes/base16-harmonic-dark.css new file mode 100644 index 0000000..8b767cd --- /dev/null +++ b/themes/base16-harmonic-dark.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Harmonic16 Dark scheme by Jannik Siebert (https://github.com/janniks) */ + +window { + background-color: #0b1c2c; + color: #cbd6e2; +} + +#entry:nth-child(odd) { + background-color: #0b1c2c; +} + +#entry:nth-child(even) { + background-color: #223b54; +} + +#entry:selected { + background-color: #405c79; +} + +#input { + background-color: #223b54; + color: #aabcce; + border-color: #405c79; +} + +#input:focus { + border-color: #8bbf56; +} |
