diff options
Diffstat (limited to 'themes/base16-grayscale-dark.css')
| -rw-r--r-- | themes/base16-grayscale-dark.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-grayscale-dark.css b/themes/base16-grayscale-dark.css new file mode 100644 index 0000000..0f15f54 --- /dev/null +++ b/themes/base16-grayscale-dark.css @@ -0,0 +1,30 @@ +/* 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; +} |
