diff options
Diffstat (limited to 'colors/base16-shapeshifter.css')
| -rw-r--r-- | colors/base16-shapeshifter.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-shapeshifter.css b/colors/base16-shapeshifter.css new file mode 100644 index 0000000..24c1551 --- /dev/null +++ b/colors/base16-shapeshifter.css @@ -0,0 +1,25 @@ +/* +* +* name: Shapeshifter +* author: Tyler Benziger (http://tybenz.com) +* slug: shapeshifter +* slug-underscored: shapeshifter +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #f9f9f9; + border-color: #3b48e3; +} + +button, +image { + color: #343434; +} + +button:hover { + background-color: rgba(0, 0, 0, 0.15); +} |
