X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=tools%2Fgen-styles;h=785ece60b1a90aed5924850fe8b8da63a99c7670;hp=7a22c7e7f1924b8d346d2cfc25a9172f0dad8796;hb=3467ccc6b19c7a97088d5719772b05c73372bb39;hpb=b5d34cc3be0fcacae96b3677838dc2d5995e9d7b diff --git a/tools/gen-styles b/tools/gen-styles index 7a22c7e7..785ece60 100644 --- a/tools/gen-styles +++ b/tools/gen-styles @@ -207,7 +207,7 @@ sub hslStyleForHue { # linear interpolation my $l1 = $y0 + 1.0 * ( $hue - $x0 ) * ( $y1 - $y0 ) / ( $x1 - $x0 ); - my $l2 = $l1 * ( $opt_night ? 1.10 : 0.80 ); + my $l2 = $l1 * 0.80; my $l3 = $opt_night ? 0.200 : 0.950; my $l4 = $opt_night ? 0.100 : 0.980;