diff options
| author | pml68 <contact@pml68.dev> | 2024-12-30 02:15:10 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2024-12-30 02:15:10 +0100 |
| commit | 0dad6dd5b8395d3089bed022a4b8830f7cae7d9f (patch) | |
| tree | e28ccc225c07f9b49a1c233fb81c8eddd75a01c0 /iced_builder/assets/config.toml | |
| parent | refactor!: switch to `uuid` for uuid generation (diff) | |
| download | iced-builder-0dad6dd5b8395d3089bed022a4b8830f7cae7d9f.tar.gz | |
feat: add config loading, with theming support, limited to Palette for now
Diffstat (limited to 'iced_builder/assets/config.toml')
| -rw-r--r-- | iced_builder/assets/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iced_builder/assets/config.toml b/iced_builder/assets/config.toml new file mode 100644 index 0000000..8ef1bb3 --- /dev/null +++ b/iced_builder/assets/config.toml @@ -0,0 +1 @@ +theme = "Rose Pine" |
