diff options
Diffstat (limited to 'colors/base16-circus.css')
| -rw-r--r-- | colors/base16-circus.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-circus.css b/colors/base16-circus.css new file mode 100644 index 0000000..c0e3a34 --- /dev/null +++ b/colors/base16-circus.css @@ -0,0 +1,25 @@ +/* +* +* name: Circus +* author: Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12) +* slug: circus +* slug-underscored: circus +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #191919; + border-color: #639ee4; +} + +button, +image { + color: #505050; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
