feat(ui): standardize focus/selection color and integrate visualizer into theme dialog

This commit is contained in:
Keith Guerin
2026-02-28 22:46:24 -08:00
parent 7e7e775dcc
commit 4e812232a8
13 changed files with 26 additions and 14 deletions

View File

@@ -255,6 +255,7 @@ export interface CustomTheme {
ui?: {
comment?: string;
symbol?: string;
focus?: string;
gradient?: string[];
};
status?: {