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

pull/1791/head
Junegunn Choi 5 years ago
parent f68017d21e
commit 8ae96774df

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

Loading…
Cancel
Save