Skip to content

Commit

Permalink
Fix inverted statusline highlight groups
Browse files Browse the repository at this point in the history
  • Loading branch information
rbong committed Jan 3, 2025
1 parent 623ccbb commit 5de2286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/crystalline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ function! crystalline#GenerateHi(group, attrs) abort
let l:hi .= ' NONE'
endif

let l:hi .= ' cterm=nocombine gui=nocombine'

return l:hi
endfunction

Expand Down

0 comments on commit 5de2286

Please # to comment.