feat: generate dynamic schemes

This commit is contained in:
2 * r + 2 * t
2025-06-12 15:48:02 +10:00
parent 2161e3ee6b
commit 194826efaa
6 changed files with 405 additions and 8 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ def apply_btop(colours: dict[str, str]) -> None:
def apply_colours(colours: dict[str, str], mode: str) -> None:
apply_terms(gen_sequences(colours))
apply_hypr(gen_conf(colours))
apply_hypr(gen_conf(colours)) # FIXME: LAGGY
apply_discord(gen_scss(colours))
apply_spicetify(colours, mode)
apply_fuzzel(colours)