summaryrefslogtreecommitdiff
path: root/src/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.go')
-rw-r--r--src/options.go2
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+":