6 lines
244 B
Lua
6 lines
244 B
Lua
|
-- 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
|
||
|
}
|