diff options
Diffstat (limited to 'colors/base16-unikitty-reversible.css')
| -rw-r--r-- | colors/base16-unikitty-reversible.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-unikitty-reversible.css b/colors/base16-unikitty-reversible.css new file mode 100644 index 0000000..cba97c6 --- /dev/null +++ b/colors/base16-unikitty-reversible.css @@ -0,0 +1,25 @@ +/* +* +* name: Unikitty Reversible +* author: Josh W Lewis (@joshwlewis) +* slug: unikitty-reversible +* slug-underscored: unikitty_reversible +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #2e2a31; + border-color: #7864fa; +} + +button, +image { + color: #a5a3a6; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
