aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-humanoid-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-humanoid-dark.css')
-rw-r--r--colors/base16-humanoid-dark.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-humanoid-dark.css b/colors/base16-humanoid-dark.css
new file mode 100644
index 0000000..ecbb352
--- /dev/null
+++ b/colors/base16-humanoid-dark.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Humanoid dark
+* author: Thomas (tasmo) Friese
+* slug: humanoid-dark
+* slug-underscored: humanoid_dark
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #232629;
+ border-color: #00a6fb;
+}
+
+button,
+image {
+ color: #c0c0bd;
+}
+
+button:hover {
+ background-color: rgba(252, 252, 252, 0.15);
+}