diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-12 15:48:02 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-12 15:48:02 +1000 |
| commit | 194826efaa95480bfe1799f889ca5c02571b3e36 (patch) | |
| tree | a4dd4879f99d1087ef8d51ea328f48e9c578f397 /src/caelestia/utils/theme.py | |
| parent | theme: better spicetify colours (diff) | |
| download | caelestia-cli-194826efaa95480bfe1799f889ca5c02571b3e36.tar.gz caelestia-cli-194826efaa95480bfe1799f889ca5c02571b3e36.tar.bz2 caelestia-cli-194826efaa95480bfe1799f889ca5c02571b3e36.zip | |
feat: generate dynamic schemes
Diffstat (limited to 'src/caelestia/utils/theme.py')
| -rw-r--r-- | src/caelestia/utils/theme.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caelestia/utils/theme.py b/src/caelestia/utils/theme.py index 3250ea3..d205fb1 100644 --- a/src/caelestia/utils/theme.py +++ b/src/caelestia/utils/theme.py @@ -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) |