aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-katy.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-katy.css')
-rw-r--r--colors/base16-katy.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-katy.css b/colors/base16-katy.css
new file mode 100644
index 0000000..a8d081d
--- /dev/null
+++ b/colors/base16-katy.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Katy
+* author: George Essig (https://github.com/gessig)
+* slug: katy
+* slug-underscored: katy
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #292d3e;
+ border-color: #82aaff;
+}
+
+button,
+image {
+ color: #8796b0;
+}
+
+button:hover {
+ background-color: rgba(255, 255, 255, 0.15);
+}