diff options
Diffstat (limited to '')
| -rw-r--r-- | src/caelestia/data.py (renamed from src/data.py) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.py b/src/caelestia/data.py index caa78f1..fa97a03 100644 --- a/src/data.py +++ b/src/caelestia/data.py @@ -15,7 +15,7 @@ scheme_colours_path = c_state_dir / "scheme/colours.txt" scheme_mode_path = c_state_dir / "scheme/mode.txt" scheme_variant_path = c_state_dir / "scheme/variant.txt" -scheme_data_path = Path(__file__).parent.parent / "data/schemes" +scheme_data_path = Path(__file__).parent / "data/schemes" scheme_variants = [ "tonalspot", |