diff options
| author | kcrommett <[email protected]> | 2025-11-02 01:29:14 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-02 04:29:14 -0500 |
| commit | 4da58294d91917354495fab15c219503fcf37b1e (patch) | |
| tree | 833ac56d29231471ac3e4d9db6698d57db07d18c | |
| parent | fa2e88f49b40739bca8367e31d4e9627abcaa96f (diff) | |
| download | opencode-4da58294d91917354495fab15c219503fcf37b1e.tar.gz opencode-4da58294d91917354495fab15c219503fcf37b1e.zip | |
add nightowl theme back after opentui release (#3732)
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/context/theme.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/context/theme.tsx b/packages/opencode/src/cli/cmd/tui/context/theme.tsx index f402b8ffc..0078a369d 100644 --- a/packages/opencode/src/cli/cmd/tui/context/theme.tsx +++ b/packages/opencode/src/cli/cmd/tui/context/theme.tsx @@ -14,6 +14,7 @@ import kanagawa from "../../../../../../tui/internal/theme/themes/kanagawa.json" import material from "../../../../../../tui/internal/theme/themes/material.json" with { type: "json" } import matrix from "../../../../../../tui/internal/theme/themes/matrix.json" with { type: "json" } import monokai from "../../../../../../tui/internal/theme/themes/monokai.json" with { type: "json" } +import nightowl from "../../../../../../tui/internal/theme/themes/nightowl.json" with { type: "json" } import nord from "../../../../../../tui/internal/theme/themes/nord.json" with { type: "json" } import onedark from "../../../../../../tui/internal/theme/themes/one-dark.json" with { type: "json" } import opencode from "../../../../../../tui/internal/theme/themes/opencode.json" with { type: "json" } @@ -105,6 +106,7 @@ export const THEMES: Record<string, ThemeJson> = { material, matrix, monokai, + nightowl, nord, ["one-dark"]: onedark, opencode, |
