Skip to content

Commit

Permalink
vars: increase contrast for fg colors in color gen
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Jul 25, 2020
1 parent 6038f4c commit cceb627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wa.user.styl
Expand Up @@ -193,7 +193,7 @@ OM = next_omsg
if(dark(BG)) {
a1 = 10%; a2 = 20%; a3 = 30%; a4 = 78%; a5 = 88%;
b1 = (BA + 10); b2 = (BA - 5); b3 = (BA - 10); b4 = (BA - 15); b5 = (BA - 20)
f1 = -10%; f2 = 06%; f3 = 12%; f4 = 24%; f5 = 40%;
f1 = -10%; f2 = 10%; f3 = 20%; f4 = 30%; f5 = 40%;
} else {
a1 = 10%; a2 = 15%; a3 = 30%; a4 = 60%; a5 = 70%;
b1 = -10%; b2 = 08%; b3 = 16%; b4 = 24%; b5 = 32%;
Expand Down

0 comments on commit cceb627

Please sign in to comment.