mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-15 21:39:59 -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__":
|
if __name__ == "__main__":
|
||||||
light = sys.argv[1] == "light"
|
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
|
base = light_colours if light else dark_colours
|
||||||
|
|
||||||
colours = []
|
colours = []
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ function nl-echo
|
|||||||
end
|
end
|
||||||
|
|
||||||
function light-theme
|
function light-theme
|
||||||
set -g light_vals 40,10,16,22,34,46,59,69,78,85,97,94,90
|
set -g light_vals 50,10,16,22,34,46,59,69,78,85,97,94,90
|
||||||
set -g colour_scheme light
|
set -g colour_scheme light
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user