diff options
Diffstat (limited to 'colors/base16-pop.css')
| -rw-r--r-- | colors/base16-pop.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-pop.css b/colors/base16-pop.css new file mode 100644 index 0000000..64e1bd6 --- /dev/null +++ b/colors/base16-pop.css @@ -0,0 +1,25 @@ +/* +* +* name: Pop +* author: Chris Kempson (http://chriskempson.com) +* slug: pop +* slug-underscored: pop +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #000000; + border-color: #0e5a94; +} + +button, +image { + color: #b0b0b0; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
