aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-material-lighter.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-material-lighter.css')
-rw-r--r--colors/base16-material-lighter.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-material-lighter.css b/colors/base16-material-lighter.css
new file mode 100644
index 0000000..10d5593
--- /dev/null
+++ b/colors/base16-material-lighter.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: Material Lighter
+* author: Nate Peterson
+* slug: material-lighter
+* slug-underscored: material_lighter
+* system: base16
+* variant: light
+* is-light-variant: true
+*
+*/
+
+window {
+ background-color: #FAFAFA;
+ border-color: #6182B8;
+}
+
+button,
+image {
+ color: #8796B0;
+}
+
+button:hover {
+ background-color: rgba(255, 255, 255, 0.15);
+}