scheme: better light mode colours

More saturation and brightness
This commit is contained in:
2 * r + 2 * t
2025-03-02 12:35:22 +11:00
parent 8baa5e3be0
commit 3c78f53049
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 = []
+1 -1
View File
@@ -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