Skip to content

Commit

Permalink
feat: add even-darker
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Dalibard committed Dec 23, 2024
1 parent 78ac78b commit ff7e1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions palette-generator/Stylix/Palette.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ instance Species (String, Image PixelRGB8) (V.Vector LAB) where
= lightnessError (V.fromList [10, 30, 45, 65, 75, 90, 95, 95]) 60

darkerScheme
= lightnessError (V.fromList [5, 10, 15, 20, 70, 80, 95, 95]) 60
= lightnessError (V.fromList [5, 10, 15, 60, 70, 80, 95, 95]) 60

evenDarkerScheme
= lightnessError (V.fromList [2, 4, 8, 10, 70, 80, 95, 95]) 60
= lightnessError (V.fromList [2, 4, 8, 55, 70, 80, 95, 95]) 60

0 comments on commit ff7e1e7

Please sign in to comment.