aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-gruvbox-light-medium.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-gruvbox-light-medium.css')
-rw-r--r--colors/base16-gruvbox-light-medium.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-gruvbox-light-medium.css b/colors/base16-gruvbox-light-medium.css
new file mode 100644
index 0000000..40ca202
--- /dev/null
+++ b/colors/base16-gruvbox-light-medium.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Gruvbox light, medium
+* author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
+* slug: gruvbox-light-medium
+* slug-underscored: gruvbox_light_medium
+* system: base16
+* variant: light
+* is-light-variant: true
+*
+*/
+
+window {
+ background-color: #fbf1c7;
+ border-color: #076678;
+}
+
+button,
+image {
+ color: #665c54;
+}
+
+button:hover {
+ background-color: rgba(40, 40, 40, 0.15);
+}