Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 65d0b3e

Browse files
committed
sync
1 parent 22a34d7 commit 65d0b3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/opencode/src/cli/cmd/tui/context

packages/opencode/src/cli/cmd/tui/context/theme.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ type Theme = {
7272

7373
type HexColor = `#${string}`
7474
type RefName = string
75-
type ColorModeObj = {
75+
type Variant = {
7676
dark: HexColor | RefName
7777
light: HexColor | RefName
7878
}
79-
type ColorValue = HexColor | RefName | ColorModeObj
79+
type ColorValue = HexColor | RefName | Variant
8080
type ThemeJson = {
8181
$schema?: string
8282
defs?: Record<string, HexColor | RefName>

0 commit comments

Comments
 (0)