aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-heetch-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-heetch-light.css')
-rw-r--r--colors/base16-heetch-light.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-heetch-light.css b/colors/base16-heetch-light.css
new file mode 100644
index 0000000..95de14b
--- /dev/null
+++ b/colors/base16-heetch-light.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Heetch Light
+* author: Geoffrey Teale (tealeg@gmail.com)
+* slug: heetch-light
+* slug-underscored: heetch_light
+* system: base16
+* variant: light
+* is-light-variant: true
+*
+*/
+
+window {
+ background-color: #feffff;
+ border-color: #47f9f5;
+}
+
+button,
+image {
+ color: #ddd6e5;
+}
+
+button:hover {
+ background-color: rgba(25, 1, 52, 0.15);
+}