diff options
Diffstat (limited to 'colors/base16-eighties.css')
| -rw-r--r-- | colors/base16-eighties.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-eighties.css b/colors/base16-eighties.css new file mode 100644 index 0000000..79f5a27 --- /dev/null +++ b/colors/base16-eighties.css @@ -0,0 +1,25 @@ +/* +* +* name: Eighties +* author: Chris Kempson (http://chriskempson.com) +* slug: eighties +* slug-underscored: eighties +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #2d2d2d; + border-color: #6699cc; +} + +button, +image { + color: #a09f93; +} + +button:hover { + background-color: rgba(242, 240, 236, 0.15); +} |
