Skip to content

Commit

Permalink
fix(utils): reverse attribute not accounted for (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E authored Jun 13, 2023
1 parent 1a92a18 commit c5e1208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/barbar/utils/highlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ function hl.set(group, bg, fg, sp, attributes)
attributes.ctermbg = bg.cterm
attributes.ctermfg = fg.cterm
attributes.fg = fg.gui
attributes.reverse = nil
attributes.sp = sp
attributes[vim.type_idx] = nil

Expand Down

0 comments on commit c5e1208

Please sign in to comment.