mirror of
https://github.com/real-fruit-snacks/terminal-workbench.git
synced 2026-07-22 05:00:25 +00:00
Rework colored folders from nesting-depth coloring to the model used on the Terminal Workbench notes site: each top-level folder takes one of six palette colors and its whole subtree inherits it, so folders read at a glance. - Six folder tokens (accent, accent-alt, warm, violet, orange, red) - Each top-level folder assigned a cascading --ta-fc, cycled by folder order via :nth-child(6n+k of .nav-folder) so loose files and the tree's virtualization spacer never shift the cycle; nested folders inherit - Titles remap --nav-item-color so hover/active states are unaffected - Style Settings now exposes all six folder colors - Update showcase copy
7 lines
173 B
JSON
7 lines
173 B
JSON
{
|
|
"name": "Terminal Workbench",
|
|
"version": "1.3.0",
|
|
"minAppVersion": "1.5.0",
|
|
"author": "Real-Fruit-Snacks",
|
|
"authorUrl": "https://github.com/Real-Fruit-Snacks"
|
|
}
|