File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/opencode/src/cli/cmd/tui/context Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import kanagawa from "../../../../../../tui/internal/theme/themes/kanagawa.json"
1414import material from "../../../../../../tui/internal/theme/themes/material.json" with { type : "json" }
1515import matrix from "../../../../../../tui/internal/theme/themes/matrix.json" with { type : "json" }
1616import monokai from "../../../../../../tui/internal/theme/themes/monokai.json" with { type : "json" }
17+ import nightowl from "../../../../../../tui/internal/theme/themes/nightowl.json" with { type : "json" }
1718import nord from "../../../../../../tui/internal/theme/themes/nord.json" with { type : "json" }
1819import onedark from "../../../../../../tui/internal/theme/themes/one-dark.json" with { type : "json" }
1920import 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,
You can’t perform that action at this time.
0 commit comments