Skip to content

Commit

Permalink
fix #82
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Oct 5, 2019
1 parent 3802d59 commit e81f09a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme.fs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ let GetDrawAttrs hlid =
let mutable sp = Option.defaultValue default_sp attrs.special

if attrs.reverse then
fg <- GetReverseColor fg
bg <- GetReverseColor bg
sp <- GetReverseColor sp
let tmp = fg
fg <- bg
bg <- tmp

fg, bg, sp, attrs

Expand Down

0 comments on commit e81f09a

Please sign in to comment.