aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-black-metal.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-black-metal.css')
-rw-r--r--colors/base16-black-metal.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-black-metal.css b/colors/base16-black-metal.css
new file mode 100644
index 0000000..6a9dafa
--- /dev/null
+++ b/colors/base16-black-metal.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Black Metal
+* author: metalelf0 (https://github.com/metalelf0)
+* slug: black-metal
+* slug-underscored: black_metal
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #000000;
+ border-color: #888888;
+}
+
+button,
+image {
+ color: #999999;
+}
+
+button:hover {
+ background-color: rgba(193, 193, 193, 0.15);
+}