diff options
Diffstat (limited to 'colors/base16-hopscotch.css')
| -rw-r--r-- | colors/base16-hopscotch.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-hopscotch.css b/colors/base16-hopscotch.css new file mode 100644 index 0000000..653bf16 --- /dev/null +++ b/colors/base16-hopscotch.css @@ -0,0 +1,25 @@ +/* +* +* name: Hopscotch +* author: Jan T. Sott +* slug: hopscotch +* slug-underscored: hopscotch +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #322931; + border-color: #1290bf; +} + +button, +image { + color: #989498; +} + +button:hover { + background-color: rgba(255, 255, 255, 0.15); +} |
