diff options
Diffstat (limited to 'themes/base16-brushtrees.css')
| -rw-r--r-- | themes/base16-brushtrees.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base16-brushtrees.css b/themes/base16-brushtrees.css new file mode 100644 index 0000000..7bc058a --- /dev/null +++ b/themes/base16-brushtrees.css @@ -0,0 +1,30 @@ +/* base16-wofi (https://sr.ht/~knezi/base16-wofi) + * Base16 wofi template by knezi + * Brush Trees scheme by Abraham White <abelincoln.white@gmail.com> */ + +window { + background-color: #E3EFEF; + color: #6D828E; +} + +#entry:nth-child(odd) { + background-color: #E3EFEF; +} + +#entry:nth-child(even) { + background-color: #C9DBDC; +} + +#entry:selected { + background-color: #B0C5C8; +} + +#input { + background-color: #C9DBDC; + color: #8299A1; + border-color: #B0C5C8; +} + +#input:focus { + border-color: #aab386; +} |
