diff options
Diffstat (limited to 'src/caelestia/utils/paths.py')
| -rw-r--r-- | src/caelestia/utils/paths.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/caelestia/utils/paths.py b/src/caelestia/utils/paths.py index a4ef36f..923c99c 100644 --- a/src/caelestia/utils/paths.py +++ b/src/caelestia/utils/paths.py @@ -17,6 +17,8 @@ c_cache_dir = cache_dir / "caelestia" cli_data_dir = Path(__file__).parent.parent / "data" templates_dir = cli_data_dir / "templates" +user_templates_dir = c_config_dir / "templates" +theme_dir = c_state_dir / "theme" scheme_path = c_state_dir / "scheme.json" scheme_data_dir = cli_data_dir / "schemes" |