Skip to content

Commit 77aa853

Browse files
committed
impv: change selector cursor color to yellow
1 parent 5e91eb2 commit 77aa853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/text.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var (
4141
QuestionMark string = Text("? ", Cyan)
4242
CorrectMark string = Text("✓ ", Green)
4343
InformationMark string = Text("i ", Cyan)
44-
SelectorCursor string = Text("> ", Cyan)
44+
SelectorCursor string = Text("> ", Yellow)
4545
)
4646

4747
// RenderPrompt highlights phrases in the text if they match any phrase in the highlights list

0 commit comments

Comments
 (0)