diff --git a/cmd/ls.go b/cmd/ls.go index bf0ba35..d9b871e 100644 --- a/cmd/ls.go +++ b/cmd/ls.go @@ -81,7 +81,7 @@ You can list showing all fields with '-v'.`, t.AppendRow([]interface{}{todo.ID, desc, date, string(comp)}) } } - t.SetStyle(table.StyleLight) + t.SetStyle(table.StyleColoredBlueWhiteOnBlack) t.SetAllowedRowLength(cols) t.SetColumnConfigs([]table.ColumnConfig{ {Number: 4, Align: text.AlignCenter},