diff options
Diffstat (limited to 'colors/base16-sakura.css')
| -rw-r--r-- | colors/base16-sakura.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-sakura.css b/colors/base16-sakura.css new file mode 100644 index 0000000..05a0521 --- /dev/null +++ b/colors/base16-sakura.css @@ -0,0 +1,25 @@ +/* +* +* name: Sakura +* author: Misterio77 (http://github.com/Misterio77) +* slug: sakura +* slug-underscored: sakura +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #feedf3; + border-color: #006e93; +} + +button, +image { + color: #665055; +} + +button:hover { + background-color: rgba(51, 41, 43, 0.15); +} |
