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,