aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-equilibrium-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-equilibrium-dark.css')
-rw-r--r--colors/base16-equilibrium-dark.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-equilibrium-dark.css b/colors/base16-equilibrium-dark.css
new file mode 100644
index 0000000..ff970b1
--- /dev/null
+++ b/colors/base16-equilibrium-dark.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Equilibrium Dark
+* author: Carlo Abelli
+* slug: equilibrium-dark
+* slug-underscored: equilibrium_dark
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #0c1118;
+ border-color: #008dd1;
+}
+
+button,
+image {
+ color: #949088;
+}
+
+button:hover {
+ background-color: rgba(231, 226, 217, 0.15);
+}