Change bg color

Fixes #17
This commit is contained in:
erroneousboat 2016-10-14 16:22:47 +02:00
parent 3b9b2bf8dc
commit 926a00f6ac

View File

@ -31,7 +31,7 @@ func NewConfig(filepath string) (*Config, error) {
if cfg.Theme == "light" {
termui.ColorMap = map[string]termui.Attribute{
"fg": termui.ColorBlack,
"bg": termui.ColorDefault,
"bg": termui.ColorWhite,
"border.fg": termui.ColorBlack,
"label.fg": termui.ColorBlue,
"par.fg": termui.ColorYellow,