From 651c7999e6ab06991992fc38722e3b9892c7d31c Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 8 Dec 2025 01:06:58 +0000 Subject: [PATCH] activate legacy colour scheme --- MIGRATION_PLAN.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/MIGRATION_PLAN.md b/MIGRATION_PLAN.md index d0f2acc..ad33c37 100644 --- a/MIGRATION_PLAN.md +++ b/MIGRATION_PLAN.md @@ -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