-- Customize attributes of highlighting in Heirline components
return {
  -- styling choices for each heirline element, check possible attributes with `:h attr-list`
  git_branch = { bold = true }, -- bold the git branch statusline component
}