class Infobar::Display

def self.default_style

def self.default_style
  {
    done_fill:     ?░,
    done_fg_color: 22,
    done_bg_color: 40,
    todo_fill:     ' ',
    todo_fg_color: 40,
    todo_bg_color: 22,
  }
end