diff options
| author | Sebastian <[email protected]> | 2026-03-28 17:20:37 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-28 17:20:37 +0100 |
| commit | 77d4f994976d838a2649caba4e781046d3faccda (patch) | |
| tree | f12f6fbab44eebb00dff550054c0f66388185e80 /packages | |
| parent | aa2d753e7edbf323baf635aec7972b673d2b64a3 (diff) | |
| download | opencode-77d4f994976d838a2649caba4e781046d3faccda.tar.gz opencode-77d4f994976d838a2649caba4e781046d3faccda.zip | |
use theme color for prompt placeholder (#19535)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx index 29e09f64c..d88747e4c 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -870,6 +870,7 @@ export function Prompt(props: PromptProps) { > <textarea placeholder={placeholderText()} + placeholderColor={theme.textMuted} textColor={keybind.leader ? theme.textMuted : theme.text} focusedTextColor={keybind.leader ? theme.textMuted : theme.text} minHeight={1} |
