mirror of https://github.com/ospab/ostp.git
The palette already declared --c-green/--c-green-glow/--c-green-dim with the comment "Green only for connected state", but the values were near-white (#e8e8e8) and nothing referenced them - so a successful connection looked identical to every other state. Gave the tokens real green values (per theme, deeper on light so it stays legible), added a --c-green-rgb triple so the translucent layers can be expressed from one source, and wired them into the three things that signal "connected": the power button's border and glow, the orbit rings around it, and the brand status dot. |
||
|---|---|---|
| .. | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| README.md | ||
| build_dist.js | ||
| package-lock.json | ||
| package.json | ||
README.md
Tauri + Vanilla
This template should help get you started developing with Tauri in vanilla HTML, CSS and Javascript.