Skip to content

Commit

Permalink
fix: link Operator to SrceryBrightWhite
Browse files Browse the repository at this point in the history
Fixes #112

Set Operator to SrceryBrightWhite, when linking to normal, it'll set the
background color as well, which isn't needed on this group.
  • Loading branch information
roosta committed Jan 5, 2024
1 parent d6037f8 commit b020d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/srcery.vim
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ hi! link Label SrceryRed
" try, catch, throw
hi! link Exception SrceryRed
" sizeof, "+", "*", etc.
hi! link Operator Normal
hi! link Operator SrceryBrightWhite
" Any other keyword
hi! link Keyword SrceryRed

Expand Down

0 comments on commit b020d2a

Please sign in to comment.