diffrent rice

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-10-30 00:55:16 +01:00
parent 340c514a99
commit 97f33c7b8d
3 changed files with 6 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ if __name__ == "__main__":
accent = ensure_color(c=palette[0], alter_sat=False)
secondary = ensure_color(c=palette[1], alter_sat=True)
tertiary = ensure_color(c=palette[2], alter_sat=False)
weird = alter_hue(ilist=secondary, hue=180)
weird = alter_hue(ilist=accent, hue=80)
special = alter_hue(ilist=accent, hue=180)
foreground = alter_l(accent, 0.9)
background = alter_l(accent, 0.1)