Skip to content

Commit 4da5829

Browse files
authored
add nightowl theme back after opentui release (anomalyco#3732)
1 parent fa2e88f commit 4da5829

File tree

1 file changed

+2
-0
lines changed
  • packages/opencode/src/cli/cmd/tui/context

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import kanagawa from "../../../../../../tui/internal/theme/themes/kanagawa.json"
1414
import material from "../../../../../../tui/internal/theme/themes/material.json" with { type: "json" }
1515
import matrix from "../../../../../../tui/internal/theme/themes/matrix.json" with { type: "json" }
1616
import monokai from "../../../../../../tui/internal/theme/themes/monokai.json" with { type: "json" }
17+
import nightowl from "../../../../../../tui/internal/theme/themes/nightowl.json" with { type: "json" }
1718
import nord from "../../../../../../tui/internal/theme/themes/nord.json" with { type: "json" }
1819
import onedark from "../../../../../../tui/internal/theme/themes/one-dark.json" with { type: "json" }
1920
import opencode from "../../../../../../tui/internal/theme/themes/opencode.json" with { type: "json" }
@@ -105,6 +106,7 @@ export const THEMES: Record<string, ThemeJson> = {
105106
material,
106107
matrix,
107108
monokai,
109+
nightowl,
108110
nord,
109111
["one-dark"]: onedark,
110112
opencode,

0 commit comments

Comments
 (0)