diff options
Diffstat (limited to 'themes/base16-humanoid-dark.css')
| -rw-r--r-- | themes/base16-humanoid-dark.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-humanoid-dark.css b/themes/base16-humanoid-dark.css new file mode 100644 index 0000000..42d14bd --- /dev/null +++ b/themes/base16-humanoid-dark.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Humanoid dark scheme by Thomas (tasmo) Friese */ + +window { + background-color: #232629; + color: #f8f8f2; +} + +#entry:nth-child(odd) { + background-color: #232629; +} + +#entry:nth-child(even) { + background-color: #333b3d; +} + +#entry:selected { + background-color: #484e54; +} + +#input { + background-color: #333b3d; + color: #c0c0bd; + border-color: #484e54; +} + +#input:focus { + border-color: #ffb627; +} |
