We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc553829 commit16f0f1aCopy full SHA for 16f0f1a
cli/cliui/cliui.go
@@ -48,7 +48,7 @@ var Styles = struct {
48
Field:defaultStyles.Code.Copy().Foreground(lipgloss.AdaptiveColor{Light:"#000000",Dark:"#FFFFFF"}),
49
Keyword:defaultStyles.Keyword,
50
Paragraph:defaultStyles.Paragraph,
51
-Placeholder:lipgloss.NewStyle().Foreground(lipgloss.Color("240")),
+Placeholder:lipgloss.NewStyle().Foreground(lipgloss.AdaptiveColor{Light:"#585858",Dark:"#005fff"}),
52
Prompt:defaultStyles.Prompt.Foreground(lipgloss.AdaptiveColor{Light:"#9B9B9B",Dark:"#5C5C5C"}),
53
FocusedPrompt:defaultStyles.FocusedPrompt.Foreground(lipgloss.Color("#651fff")),
54
Fuschia:defaultStyles.SelectedMenuItem.Copy(),