Skip to content

Commit

Permalink
Workaround for copied items bg/fg
Browse files Browse the repository at this point in the history
  • Loading branch information
nhap69 committed Jul 26, 2020
1 parent e93d52a commit 2a2a80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarized.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def use(self, context): # pylint: disable=too-many-branches,too-many-statements
else:
fg = red
if not context.selected and (context.cut or context.copied):
fg = 234
fg = 223
attr |= bold
if context.main_column:
if context.selected:
Expand Down

0 comments on commit 2a2a80b

Please sign in to comment.