m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Use white foreground color

This commit is contained in:
Junegunn Choi
2025-09-15 09:40:49 +09:00
parent 04888f5b94
commit ca9b4d5a49

View File

@@ -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},