diff options
Diffstat (limited to 'colors/base16-zenburn.css')
| -rw-r--r-- | colors/base16-zenburn.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-zenburn.css b/colors/base16-zenburn.css new file mode 100644 index 0000000..3eaa2fb --- /dev/null +++ b/colors/base16-zenburn.css @@ -0,0 +1,25 @@ +/* +* +* name: Zenburn +* author: elnawe +* slug: zenburn +* slug-underscored: zenburn +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #383838; + border-color: #7cb8bb; +} + +button, +image { + color: #808080; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
