aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-ashes.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-ashes.css')
-rw-r--r--colors/base16-ashes.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-ashes.css b/colors/base16-ashes.css
new file mode 100644
index 0000000..14d6270
--- /dev/null
+++ b/colors/base16-ashes.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Ashes
+* author: Jannik Siebert (https://github.com/janniks)
+* slug: ashes
+* slug-underscored: ashes
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #1C2023;
+ border-color: #AE95C7;
+}
+
+button,
+image {
+ color: #ADB3BA;
+}
+
+button:hover {
+ background-color: rgba(243, 244, 245, 0.15);
+}