Skip to content

Commit

Permalink
change keyword color
Browse files Browse the repository at this point in the history
  • Loading branch information
uesugi committed Feb 16, 2017
1 parent 1a2b844 commit b294520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func draw(serverNameList []string, selectCursor int, searchText string) {
// Set cursor color
cursorColor := defaultColor
cursorBackColor := defaultBackColor
keywordColor := 1
keywordColor := 5
if listKey == selectViewCursor {
// Select line color
cursorColor = 0
Expand Down

0 comments on commit b294520

Please sign in to comment.