Skip to content

Commit

Permalink
feat: statusline hl groups
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx03 committed Feb 4, 2024
1 parent b0d1ef0 commit fd9aea1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/roseline/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ local function set_highlight(theme)
hl(0, group .. group_name .. 'Reverse', { fg = group_color, reverse = true })
end

hl(0, 'StatusLine', { fg = colors.foreground, bg = colors.background })
hl(0, 'StatusLineNC', { fg = colors.gray, bg = colors.background })
hl(0, group .. 'GitHead', { fg = colors.purple, bg = colors.background })
hl(0, group .. 'GitAdded', { fg = colors.cyan, bg = colors.background })
hl(0, group .. 'GitRemoved', { fg = colors.red, bg = colors.background })
Expand Down

0 comments on commit fd9aea1

Please sign in to comment.