diff options
| author | Rohan Mukherjee <[email protected]> | 2026-01-06 00:26:49 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-05 12:56:49 -0600 |
| commit | 4b7301e8ca14ad325f580b845ae3319f0d4d0c15 (patch) | |
| tree | 98523b7c5818800c1636b3ef877ff945bcfa31a9 | |
| parent | 1bf20f0a2b6a74e390cf11308bc9907122f4d7de (diff) | |
| download | opencode-4b7301e8ca14ad325f580b845ae3319f0d4d0c15.tar.gz opencode-4b7301e8ca14ad325f580b845ae3319f0d4d0c15.zip | |
fix: lucent-orng bg transparency for slash commands (#6938)
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/context/theme/lucent-orng.json | 8 |
1 files changed, 7 insertions, 1 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 0dfebb589..3d73a30c3 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 @@ -11,6 +11,7 @@ "darkBlue": "#6ba1e6", "darkCyan": "#56b6c2", "darkYellow": "#e5c07b", + "darkPanelBg": "#2a1a1599", "lightStep6": "#d4d4d4", "lightStep11": "#8a8a8a", "lightStep12": "#1a1a1a", @@ -20,7 +21,8 @@ "lightOrange": "#EC5B2B", "lightBlue": "#0062d1", "lightCyan": "#318795", - "lightYellow": "#b0851f" + "lightYellow": "#b0851f", + "lightPanelBg": "#fff5f099" }, "theme": { "primary": { @@ -71,6 +73,10 @@ "dark": "transparent", "light": "transparent" }, + "backgroundMenu": { + "dark": "darkPanelBg", + "light": "lightPanelBg" + }, "border": { "dark": "darkOrange", "light": "lightOrange" |
