diff options
Diffstat (limited to 'colors/base16-brewer.css')
| -rw-r--r-- | colors/base16-brewer.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-brewer.css b/colors/base16-brewer.css new file mode 100644 index 0000000..c62defb --- /dev/null +++ b/colors/base16-brewer.css @@ -0,0 +1,25 @@ +/* +* +* name: Brewer +* author: Timothée Poisot (http://github.com/tpoisot) +* slug: brewer +* slug-underscored: brewer +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #0c0d0e; + border-color: #3182bd; +} + +button, +image { + color: #959697; +} + +button:hover { + background-color: rgba(252, 253, 254, 0.15); +} |
