aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-black-metal-bathory.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-black-metal-bathory.css')
-rw-r--r--colors/base16-black-metal-bathory.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-black-metal-bathory.css b/colors/base16-black-metal-bathory.css
new file mode 100644
index 0000000..4bff354
--- /dev/null
+++ b/colors/base16-black-metal-bathory.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Black Metal (Bathory)
+* author: metalelf0 (https://github.com/metalelf0)
+* slug: black-metal-bathory
+* slug-underscored: black_metal_bathory
+* 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);
+}