activate legacy colour scheme
This commit is contained in:
parent
bbe744339d
commit
651c7999e6
|
|
@ -337,16 +337,16 @@ Source of truth for the step-by-step rebuild. Keep this concise and up to date.
|
|||
## Phase 11 — Colorscheme Integration
|
||||
|
||||
## Phase 11.1 — Confirm scope and priorities
|
||||
- [ ] Confirm scope and priorities for this phase
|
||||
- [ ] Decision: Port Paper Tonic colorscheme from `~/projects/nvim-paper-tonic`
|
||||
- [ ] Decision: Install as local plugin via lazy.nvim (use `dir = '~/projects/nvim-paper-tonic'`)
|
||||
- [ ] Decision: Test first, then extend with missing highlights as needed
|
||||
- [ ] Custom TreeSitter captures to verify/define: `@CssClassName`, `@CssIdentifier`, `@DataAttribute`, `@DataAttributeValue`, `@cssPseudoClass`, `@cssNestingSelector`, etc.
|
||||
- [x] Confirm scope and priorities for this phase
|
||||
- [x] Decision: Port Paper Tonic colorscheme from `~/projects/nvim-paper-tonic`
|
||||
- [x] Decision: Install as local plugin via lazy.nvim (use `dir = '~/projects/nvim-paper-tonic'`)
|
||||
- [x] Decision: Test first, then extend with missing highlights as needed
|
||||
- [x] Custom TreeSitter captures to verify/define: `@CssClassName`, `@CssIdentifier`, `@DataAttribute`, `@DataAttributeValue`, `@cssPseudoClass`, `@cssNestingSelector`, etc.
|
||||
|
||||
## Phase 11.2 — Install Paper Tonic colorscheme
|
||||
- [ ] Create `lua/plugins/colorscheme.lua` with Paper Tonic as local plugin
|
||||
- [ ] Set `lazy = false` and `priority = 1000` to load first
|
||||
- [ ] Apply colorscheme in config function
|
||||
- [x] Create `lua/plugins/colorscheme.lua` with Paper Tonic as local plugin
|
||||
- [x] Set `lazy = false` and `priority = 1000` to load first
|
||||
- [x] Apply colorscheme in config function
|
||||
|
||||
## Phase 11.3 — Verify custom TreeSitter highlights
|
||||
- [ ] Open HTML/CSS files and verify custom captures have colors
|
||||
|
|
|
|||
Loading…
Reference in New Issue