aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-selenized-white.css
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-selenized-white.css')
-rw-r--r--colors/base16-selenized-white.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/colors/base16-selenized-white.css b/colors/base16-selenized-white.css
new file mode 100644
index 0000000..fb16b15
--- /dev/null
+++ b/colors/base16-selenized-white.css
@@ -0,0 +1,25 @@
+/*
+*
+* name: selenized-white
+* author: Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali
+* slug: selenized-white
+* slug-underscored: selenized_white
+* system: base16
+* variant: light
+* is-light-variant: true
+*
+*/
+
+window {
+ background-color: #ffffff;
+ border-color: #0054cf;
+}
+
+button,
+image {
+ color: #878787;
+}
+
+button:hover {
+ background-color: rgba(40, 40, 40, 0.15);
+}