From 95d5e1f2318e0c62f19196122fc2a448f1114cfd Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:44:20 -0500 Subject: wip: refactoring tui --- packages/web/src/content/docs/docs/themes.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/web/src/content/docs') diff --git a/packages/web/src/content/docs/docs/themes.mdx b/packages/web/src/content/docs/docs/themes.mdx index a177ea3bc..1a2d8c2ee 100644 --- a/packages/web/src/content/docs/docs/themes.mdx +++ b/packages/web/src/content/docs/docs/themes.mdx @@ -59,9 +59,9 @@ You can define any of the following color keys in your `customTheme`. | ----------------- | ------------------------------------------------------- | | Base colors | `primary`, `secondary`, `accent` | | Status colors | `error`, `warning`, `success`, `info` | -| Text colors | `text`, `textMuted`, `textEmphasized` | -| Background colors | `background`, `backgroundSecondary`, `backgroundDarker` | -| Border colors | `borderNormal`, `borderFocused`, `borderDim` | +| Text colors | `text`, `textMuted` | +| Background colors | `background`, `backgroundSubtle`, `backgroundElement` | +| Border colors | `border`, `borderActive`, `borderSubtle` | | Diff view colors | `diffAdded`, `diffRemoved`, `diffContext`, etc. | You don't need to define all the color keys. Any undefined colors will fall back to the default `opencode` theme colors. -- cgit v1.2.3