From 59a4c9e9b1d8496678e8928043510a3cd695dfd5 Mon Sep 17 00:00:00 2001 From: ZhuchkaTriplesix Date: Thu, 28 May 2026 12:00:10 +0300 Subject: [PATCH] docs: mark theme system epic #37 complete Record milestone closure in theme.md and roadmap; note P2 and editor follow-ups. --- docs/roadmap.md | 7 +++++-- docs/theme.md | 12 ++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/roadmap.md b/docs/roadmap.md index d599dfb..ae43cc2 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -4,8 +4,11 @@ Living document for planned work. Not a commitment order; adjust as priorities c ## Theme system -- **Done:** runtime themes, VS Code `colors` import, `tokenColors` syntax highlighting — see [theme.md](theme.md). -- **Later:** `re_editor` if perf gap; LSP epic only per [code-forge-evaluation.md](code-forge-evaluation.md) (**NO-GO** on `code_forge` for 0.3). Theme animation: Preferences → **Animate theme changes** (off by default). +- **Done (epic #37, 2026-05-28):** runtime themes, VS Code `colors` + `tokenColors` import, SQL/JSON + highlighting, P0 workbench migration, Preferences, tests, docs — [theme.md](theme.md). +- **Optional:** Preferences → **Animate theme changes** (off by default). +- **Later:** P2 Mongo/Redis token colors; `re_editor` if perf gap; LSP epic per + [code-forge-evaluation.md](code-forge-evaluation.md) (**NO-GO** on `code_forge` for 0.3). ## Query history and favorites diff --git a/docs/theme.md b/docs/theme.md index 01b927f..bf4a381 100644 --- a/docs/theme.md +++ b/docs/theme.md @@ -3,6 +3,18 @@ Querya Desktop uses a VS Code–inspired theme pipeline: workbench chrome colors, editor syntax tokens, and optional import of community `.json` / `.jsonc` themes. +## Milestone status + +**Theme system epic ([#37](https://github.com/QueryaHub/Querya-Desktop/issues/37)) — complete on `dev` (2026-05-28).** + +Delivered: models (#38), JSONC parser (#39), `ThemeController` (#40–41), Preferences + +import (#43–45), `tokenColors` → syntax highlight (#46–47, #49–50), P0 workbench tokens +(#42, #59–60), tests (#58), `docs/theme.md` (#55), Querya Light (#51), optional theme +animation (#57), editor package spikes (#48, #52). + +**Follow-up (not blocking):** P2 surfaces (Mongo/Redis explorer semantic hues), `re_editor` +if large-buffer benchmarks fail — see [code-forge-evaluation.md](code-forge-evaluation.md). + ## Architecture ```mermaid