Tiny browser app to edit ui.json5 bar palettes.
This repo currently contains:
- The original vanilla JS app in
static/ - A React/Vite rewrite in
src/that builds tostatic/
Dev server:
npm installnpm run dev
Build static output:
npm run build- Open or host
static/index.html
- Open
static/index.htmlin your browser. - Click Upload… (or drag/drop) and pick
ui.json5. - Click a bar, tweak colors, then Save (or Reset).
- Your last uploaded file is remembered across refreshes.
- If the file doesn’t parse, you’ll get an error and can upload again.