diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-10-21 19:35:59 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-10-21 19:35:59 +0900 |
| commit | 0a8d2996dcb3cd3ebf55b783b08667fa3740433b (patch) | |
| tree | 62b1268f394dfd5bed28398fbd3ca379b8c87953 /src/options.go | |
| parent | cfdb00b9718822b6ab2018a47288d5be3a32d07c (diff) | |
| download | fzf-0a8d2996dcb3cd3ebf55b783b08667fa3740433b.tar.gz | |
Set foreground color without affecting background
Close #712
Diffstat (limited to 'src/options.go')
| -rw-r--r-- | src/options.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options.go b/src/options.go index a7f01887..c5e6d7b7 100644 --- a/src/options.go +++ b/src/options.go @@ -499,10 +499,8 @@ func parseTheme(defaultTheme *curses.ColorTheme, str string) *curses.ColorTheme switch pair[0] { case "fg": theme.Fg = ansi - theme.UseDefault = theme.UseDefault && ansi < 0 case "bg": theme.Bg = ansi - theme.UseDefault = theme.UseDefault && ansi < 0 case "fg+": theme.Current = ansi case "bg+": |
