mirror of
https://github.com/junegunn/fzf
synced 2026-07-24 17:13:18 +00:00
Use white foreground color
This commit is contained in:
+1
-1
@@ -926,7 +926,7 @@ func init() {
|
||||
DarkBg: ColorAttr{colBlack, AttrUndefined},
|
||||
Prompt: ColorAttr{colBlue, AttrUndefined},
|
||||
Match: ColorAttr{colGreen, AttrUndefined},
|
||||
Current: ColorAttr{colDefault, AttrUndefined},
|
||||
Current: ColorAttr{colWhite, AttrUndefined},
|
||||
CurrentMatch: ColorAttr{colGreen, AttrUndefined},
|
||||
Spinner: ColorAttr{colGreen, AttrUndefined},
|
||||
Info: ColorAttr{colYellow, AttrUndefined},
|
||||
|
||||
Reference in New Issue
Block a user