diff options
Diffstat (limited to 'colors/base16-blueish.css')
| -rw-r--r-- | colors/base16-blueish.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-blueish.css b/colors/base16-blueish.css new file mode 100644 index 0000000..7fec1fa --- /dev/null +++ b/colors/base16-blueish.css @@ -0,0 +1,25 @@ +/* +* +* name: Blueish +* author: Ben Mayoras +* slug: blueish +* slug-underscored: blueish +* system: base16 +* variant: dark +* is-dark-variant: true +* +*/ + +window { + background-color: #182430; + border-color: #82AAFF; +} + +button, +image { + color: #74AFE7; +} + +button:hover { + background-color: rgba(143, 152, 160, 0.15); +} |
