diff options
Diffstat (limited to 'colors/base16-sagelight.css')
| -rw-r--r-- | colors/base16-sagelight.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-sagelight.css b/colors/base16-sagelight.css new file mode 100644 index 0000000..29a05c4 --- /dev/null +++ b/colors/base16-sagelight.css @@ -0,0 +1,25 @@ +/* +* +* name: Sagelight +* author: Carter Veldhuizen +* slug: sagelight +* slug-underscored: sagelight +* system: base16 +* variant: light +* is-light-variant: true +* +*/ + +window { + background-color: #f8f8f8; + border-color: #a0a7d2; +} + +button, +image { + color: #585858; +} + +button:hover { + background-color: rgba(24, 24, 24, 0.15); +} |
