Skip to main content

max / goingson

docs: correct the theme troubleshooting paths after the makeover move
Author: Max Johnson <me@maxj.phd> · 2026-07-19 20:11 UTC
Commit: f49a2d33c2b4ea1c3138f1e52a72a7e2e14f45cb
Parent: 024cced
1 file changed, +2 insertions, -2 deletions
@@ -50,8 +50,8 @@ UPDATE sync_state SET value='0' WHERE key='applying_remote';
50 50
51 51 | Symptom | Cause | Fix |
52 52 |---------|-------|-----|
53 - | No themes in picker | Bundled themes not in app resources | Check `tauri.conf.json` includes `"../../../MNW/shared/themes/*.toml"` in resources |
54 - | Theme picker empty in dev | Dev path resolution failed | Ensure `MNW/shared/themes/` exists relative to project root |
53 + | No themes in picker | Bundled themes not in app resources | Check `tauri.conf.json` includes `"themes/*.toml"` in resources |
54 + | Theme picker empty in dev | Generated themes missing | `src-tauri/themes/` is written by `build.rs` from makeover; re-run `cargo build` |
55 55 | Custom theme won't load | Malformed TOML | Validate theme file syntax. Required fields: `id`, `name`, `colors` object |
56 56 | Theme import fails | Source file doesn't exist or bad permissions | Verify file path, check directory permissions |
57 57