forked from Shinonome/caelestia-cli
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 = []
|
||||
|
||||
@@ -8,7 +8,7 @@ function nl-echo
|
||||
end
|
||||
|
||||
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
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user