diff options
Diffstat (limited to 'colors/base16-brushtrees-dark.css')
| -rw-r--r-- | colors/base16-brushtrees-dark.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-brushtrees-dark.css b/colors/base16-brushtrees-dark.css new file mode 100644 index 0000000..3b448c8 --- /dev/null +++ b/colors/base16-brushtrees-dark.css @@ -0,0 +1,25 @@ +/* +* +* name: Brush Trees Dark +* author: Abraham White <abelincoln.white@gmail.com> +* slug: brushtrees-dark +* slug-underscored: brushtrees_dark +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #485867; + border-color: #868cb3; +} + +button, +image { + color: #98AFB5; +} + +button:hover { + background-color: rgba(227, 239, 239, 0.15); +} |
