feat: theme discord

This commit is contained in:
2 * r + 2 * t
2025-06-11 21:42:13 +10:00
parent 3fa4a5f7b7
commit 6f7beecdc6
4 changed files with 191 additions and 54 deletions
+4 -1
View File
@@ -9,5 +9,8 @@ c_config_dir = config_dir / "caelestia"
c_data_dir = data_dir / "caelestia"
c_state_dir = state_dir / "caelestia"
cli_data_dir = Path(__file__).parent.parent / "data"
templates_dir = cli_data_dir / "templates"
scheme_path = c_state_dir / "scheme.json"
scheme_data_path = Path(__file__).parent.parent / "data/schemes"
scheme_data_path = cli_data_dir / "schemes"