diff options
Diffstat (limited to 'colors/base16-vesper.css')
| -rw-r--r-- | colors/base16-vesper.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-vesper.css b/colors/base16-vesper.css new file mode 100644 index 0000000..a7e639f --- /dev/null +++ b/colors/base16-vesper.css @@ -0,0 +1,25 @@ +/* +* +* name: Vesper +* author: FormalSnake (https://github.com/formalsnake) +* slug: vesper +* slug-underscored: vesper +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #101010; + border-color: #8eaaaa; +} + +button, +image { + color: #999999; +} + +button:hover { + background-color: rgba(213, 213, 213, 0.15); +} |
