mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-11 01:39:28 -05:00
scheme: better light mode colours
More saturation and brightness
This commit is contained in:
@@ -97,7 +97,7 @@ def mix_colours(colours: list[str], base: list[str], amount: float) -> list[str]
|
||||
if __name__ == "__main__":
|
||||
light = sys.argv[1] == "light"
|
||||
|
||||
added_sat = 0.25 if light else 0.1
|
||||
added_sat = 0.5 if light else 0.1
|
||||
base = light_colours if light else dark_colours
|
||||
|
||||
colours = []
|
||||
|
||||
Reference in New Issue
Block a user