change style

This commit is contained in:
fiplox 2022-09-11 12:44:57 +02:00
parent f264c8d8d3
commit 5d45e648a3
1 changed files with 1 additions and 1 deletions

View File

@ -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},