Add color option for gutter

fzf --color gutter:-1

Close #1529
Close #1468
This commit is contained in:
Junegunn Choi
2019-03-17 15:37:23 +09:00
parent 309bae423c
commit 2157f4f193
4 changed files with 38 additions and 22 deletions

View File

@@ -576,6 +576,8 @@ func parseTheme(defaultTheme *tui.ColorTheme, str string) *tui.ColorTheme {
theme.Current = ansi
case "bg+":
theme.DarkBg = ansi
case "gutter":
theme.Gutter = ansi
case "hl":
theme.Match = ansi
case "hl+":