aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-espresso.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-espresso.css')
-rw-r--r--colors/base16-espresso.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-espresso.css b/colors/base16-espresso.css
new file mode 100644
index 0000000..2d15303
--- /dev/null
+++ b/colors/base16-espresso.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Espresso
+* author: Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)
+* slug: espresso
+* slug-underscored: espresso
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #2d2d2d;
+ border-color: #6c99bb;
+}
+
+button,
+image {
+ color: #b4b7b4;
+}
+
+button:hover {
+ background-color: rgba(255, 255, 255, 0.15);
+}