Skip to content

Commit e0dd4e2

Browse files
author
Stephen Gutekanst
committed
search: use Yellow color for match highlighting (for consistency with website)
1 parent 26e9c09 commit e0dd4e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/src/colors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var ansiColors = map[string]string{
3232
"search-link": fg256Color(237),
3333
"search-repository": fg256Color(23),
3434
"search-filename": fg256Color(69),
35-
"search-match": fg256Color(0) + bg256Color(2),
35+
"search-match": fg256Color(0) + bg256Color(11),
3636
"search-line-numbers": fg256Color(69),
3737
"search-commit-author": fg256Color(2),
3838
"search-commit-subject": fg256Color(68),

0 commit comments

Comments
 (0)