aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-grayscale-dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-grayscale-dark.css')
-rw-r--r--colors/base16-grayscale-dark.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-grayscale-dark.css b/colors/base16-grayscale-dark.css
new file mode 100644
index 0000000..9e2a1e1
--- /dev/null
+++ b/colors/base16-grayscale-dark.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Grayscale Dark
+* author: Alexandre Gavioli (https://github.com/Alexx2/)
+* slug: grayscale-dark
+* slug-underscored: grayscale_dark
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #101010;
+ border-color: #686868;
+}
+
+button,
+image {
+ color: #ababab;
+}
+
+button:hover {
+ background-color: rgba(247, 247, 247, 0.15);
+}