We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2d753 commit 77d4f99Copy full SHA for 77d4f99
packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
@@ -870,6 +870,7 @@ export function Prompt(props: PromptProps) {
870
>
871
<textarea
872
placeholder={placeholderText()}
873
+ placeholderColor={theme.textMuted}
874
textColor={keybind.leader ? theme.textMuted : theme.text}
875
focusedTextColor={keybind.leader ? theme.textMuted : theme.text}
876
minHeight={1}
0 commit comments