diff options
Diffstat (limited to 'colors/base16-monokai.css')
| -rw-r--r-- | colors/base16-monokai.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-monokai.css b/colors/base16-monokai.css new file mode 100644 index 0000000..71d39c9 --- /dev/null +++ b/colors/base16-monokai.css @@ -0,0 +1,25 @@ +/* +* +* name: Monokai +* author: Wimer Hazenberg (http://www.monokai.nl) +* slug: monokai +* slug-underscored: monokai +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #272822; + border-color: #66d9ef; +} + +button, +image { + color: #a59f85; +} + +button:hover { + background-color: rgba(249, 248, 245, 0.15); +} |
