aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-gruber.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-gruber.css')
-rw-r--r--colors/base16-gruber.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-gruber.css b/colors/base16-gruber.css
new file mode 100644
index 0000000..3768acb
--- /dev/null
+++ b/colors/base16-gruber.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Gruber
+* author: Patel, Nimai <nimai.m.patel@gmail.com>, colors from www.github.com/rexim/gruber-darker-theme
+* slug: gruber
+* slug-underscored: gruber
+* system: base16
+* variant: dark
+* is-dark-variant: true
+*
+*/
+
+window {
+ background-color: #181818;
+ border-color: #96a6c8;
+}
+
+button,
+image {
+ color: #e4e4ef;
+}
+
+button:hover {
+ background-color: rgba(228, 228, 239, 0.15);
+}