diff options
Diffstat (limited to 'colors/base16-sandcastle.css')
| -rw-r--r-- | colors/base16-sandcastle.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-sandcastle.css b/colors/base16-sandcastle.css new file mode 100644 index 0000000..bd4639b --- /dev/null +++ b/colors/base16-sandcastle.css @@ -0,0 +1,25 @@ +/* +* +* name: Sandcastle +* author: George Essig (https://github.com/gessig) +* slug: sandcastle +* slug-underscored: sandcastle +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #282c34; + border-color: #83a598; +} + +button, +image { + color: #928374; +} + +button:hover { + background-color: rgba(253, 244, 193, 0.15); +} |
