We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e91eb2 commit 77aa853Copy full SHA for 77aa853
styles/text.go
@@ -41,7 +41,7 @@ var (
41
QuestionMark string = Text("? ", Cyan)
42
CorrectMark string = Text("✓ ", Green)
43
InformationMark string = Text("i ", Cyan)
44
- SelectorCursor string = Text("> ", Cyan)
+ SelectorCursor string = Text("> ", Yellow)
45
)
46
47
// RenderPrompt highlights phrases in the text if they match any phrase in the highlights list
0 commit comments