aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-sparky.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-sparky.css')
-rw-r--r--colors/base16-sparky.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-sparky.css b/colors/base16-sparky.css
new file mode 100644
index 0000000..a38d383
--- /dev/null
+++ b/colors/base16-sparky.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Sparky
+* author: Leila Sother (https://github.com/mixcoac)
+* slug: sparky
+* slug-underscored: sparky
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #072B31;
+ border-color: #4698CB;
+}
+
+button,
+image {
+ color: #00778B;
+}
+
+button:hover {
+ background-color: rgba(255, 255, 255, 0.15);
+}