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:
@@ -364,7 +364,7 @@ func init() {
|
|||||||
Fg: colDefault,
|
Fg: colDefault,
|
||||||
Bg: colDefault,
|
Bg: colDefault,
|
||||||
DarkBg: colBlack,
|
DarkBg: colBlack,
|
||||||
Gutter: colBlack,
|
Gutter: colUndefined,
|
||||||
Prompt: colBlue,
|
Prompt: colBlue,
|
||||||
Match: colGreen,
|
Match: colGreen,
|
||||||
Current: colYellow,
|
Current: colYellow,
|
||||||
|
|||||||
Reference in New Issue
Block a user