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