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

Gutter color of 16-color theme should be undefined by default

This commit is contained in:
Junegunn Choi
2019-12-12 22:53:28 +09:00
parent f68017d21e
commit 8ae96774df

View File

@@ -364,7 +364,7 @@ func init() {
Fg: colDefault,
Bg: colDefault,
DarkBg: colBlack,
Gutter: colBlack,
Gutter: colUndefined,
Prompt: colBlue,
Match: colGreen,
Current: colYellow,