diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-13 18:23:26 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-13 18:23:26 -0500 |
| commit | 59886459bf1bc081392eab4daa5d3060c1abc7e4 (patch) | |
| tree | 4147f5894a02c9271175cf19ce483280608ed93d /scripts/theme-studio/README.md | |
| parent | 749cb0885872571b36d9b3174067911a47fd5e3b (diff) | |
| download | dotemacs-59886459bf1bc081392eab4daa5d3060c1abc7e4.tar.gz dotemacs-59886459bf1bc081392eab4daa5d3060c1abc7e4.zip | |
Remove theme studio save button
Diffstat (limited to 'scripts/theme-studio/README.md')
| -rw-r--r-- | scripts/theme-studio/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/theme-studio/README.md b/scripts/theme-studio/README.md index e20e8c7d..6678bf59 100644 --- a/scripts/theme-studio/README.md +++ b/scripts/theme-studio/README.md @@ -255,7 +255,7 @@ The export (and what a build step consumes): - `palette` is a flat list of `[hex, name, columnId]`. `name` is the editable display label; `columnId` is the durable grouping key that keeps generated colors in their original column even if they are renamed. Older `[hex, name]` - entries still import and are normalized on save. + entries still import and are normalized on export. - `ui` and `packages` faces carry `fg`/`bg` (hex or `null`), `bold`, `italic`, `underline`, `strike`, and for package faces `inherit` (a face name or `null`), `height` (a float, omitted at 1.0), and `source` (`"default"` seeded, @@ -265,8 +265,7 @@ The export (and what a build step consumes): `theme.json` to start from a prior theme; a file with no `packages` key still loads. -`export` always downloads a fresh file; `save` (shown once a name is entered) -writes the same file in place via the File System Access API. +`export` downloads the current theme JSON using the theme name as the filename. ## Build step — `build-theme.el` |
