diff --git a/list/list.go b/list/list.go index e69599e6..b9b7f58f 100644 --- a/list/list.go +++ b/list/list.go @@ -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