瀏覽代碼

add nightowl theme back after opentui release (#3732)

kcrommett 10 月之前
父節點
當前提交
4da58294d9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/opencode/src/cli/cmd/tui/context/theme.tsx

+ 2 - 0
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 material from "../../../../../../tui/internal/theme/themes/material.json" with { type: "json" }
 import matrix from "../../../../../../tui/internal/theme/themes/matrix.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 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 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 onedark from "../../../../../../tui/internal/theme/themes/one-dark.json" with { type: "json" }
 import opencode from "../../../../../../tui/internal/theme/themes/opencode.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,
   material,
   matrix,
   matrix,
   monokai,
   monokai,
+  nightowl,
   nord,
   nord,
   ["one-dark"]: onedark,
   ["one-dark"]: onedark,
   opencode,
   opencode,