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
@@ -47,6 +47,7 @@ exports[`Initial Theme Selection > should default to a dark theme when terminal
│ │ #6C7086 ui.comment │ │
│ │ #89DCEB ui.symbol │ │
│ │ #3d3f51 ui.dark │ │
│ │ #89B4FA ui.focus │ │
│ │ #F38BA8 status.error │ │
│ │ #A6E3A1 status.success │ │
│ │ #F9E2AF status.warning │ │
@@ -108,6 +109,7 @@ exports[`Initial Theme Selection > should default to a light theme when terminal
│ │ #97a0b0 ui.comment │ │
│ │ #06B6D4 ui.symbol │ │
│ │ #d2d6dc ui.dark │ │
│ │ #3B82F6 ui.focus │ │
│ │ #DD4C4C status.error │ │
│ │ #3CA84B status.success │ │
│ │ #D5A40A status.warning │ │
@@ -169,6 +171,7 @@ exports[`Initial Theme Selection > should use the theme from settings even if te
│ │ #6C7086 ui.comment │ │
│ │ #89DCEB ui.symbol │ │
│ │ #3d3f51 ui.dark │ │
│ │ #89B4FA ui.focus │ │
│ │ #F38BA8 status.error │ │
│ │ #A6E3A1 status.success │ │
│ │ #F9E2AF status.warning │ │
@@ -244,6 +247,7 @@ exports[`ThemeDialog Snapshots > should render correctly in theme selection mode
│ │ #6C7086 ui.comment │ │
│ │ #6C7086 ui.symbol │ │
│ │ #3d3f51 ui.dark │ │
│ │ #89B4FA ui.focus │ │
│ │ #F38BA8 status.error │ │
│ │ #A6E3A1 status.success │ │
│ │ #F9E2AF status.warning │ │