From 2157f4f1933ac289976f42a4e347f444857ba18f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 17 Mar 2019 15:37:23 +0900 Subject: Add color option for gutter fzf --color gutter:-1 Close #1529 Close #1468 --- src/options.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.go') diff --git a/src/options.go b/src/options.go index fc32344c..f5382598 100644 --- a/src/options.go +++ b/src/options.go @@ -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+": -- cgit v1.2.3