summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThanh Nguyen <[email protected]>2026-01-08 01:05:46 +0700
committerGitHub <[email protected]>2026-01-07 12:05:46 -0600
commitd9aef1d73d520407e4ad852ce8c2d58b2458363d (patch)
tree3b0bf00323b56c05b2cd5759ddd9f1999663e417
parent4ba0b22b04fb593fde23ba72c75735af3cb29af6 (diff)
downloadopencode-d9aef1d73d520407e4ad852ce8c2d58b2458363d.tar.gz
opencode-d9aef1d73d520407e4ad852ce8c2d58b2458363d.zip
fix(theme): add selectedListItemText to orng themes for button text visibility (#7169)
-rw-r--r--packages/opencode/src/cli/cmd/tui/context/theme/lucent-orng.json6
-rw-r--r--packages/opencode/src/cli/cmd/tui/context/theme/orng.json6
2 files changed, 10 insertions, 2 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/context/theme/lucent-orng.json b/packages/opencode/src/cli/cmd/tui/context/theme/lucent-orng.json
index 3d73a30c3..522983b14 100644
--- a/packages/opencode/src/cli/cmd/tui/context/theme/lucent-orng.json
+++ b/packages/opencode/src/cli/cmd/tui/context/theme/lucent-orng.json
@@ -61,6 +61,10 @@
"dark": "darkStep11",
"light": "lightStep11"
},
+ "selectedListItemText": {
+ "dark": "#0a0a0a",
+ "light": "#ffffff"
+ },
"background": {
"dark": "transparent",
"light": "transparent"
@@ -230,4 +234,4 @@
"light": "lightStep12"
}
}
-}
+} \ No newline at end of file
diff --git a/packages/opencode/src/cli/cmd/tui/context/theme/orng.json b/packages/opencode/src/cli/cmd/tui/context/theme/orng.json
index 1228f102f..63cdc687c 100644
--- a/packages/opencode/src/cli/cmd/tui/context/theme/orng.json
+++ b/packages/opencode/src/cli/cmd/tui/context/theme/orng.json
@@ -77,6 +77,10 @@
"dark": "darkStep11",
"light": "lightStep11"
},
+ "selectedListItemText": {
+ "dark": "#0a0a0a",
+ "light": "#ffffff"
+ },
"background": {
"dark": "darkStep1",
"light": "lightStep1"
@@ -242,4 +246,4 @@
"light": "lightStep12"
}
}
-}
+} \ No newline at end of file