From 2a2a80b5eede9661d47ebb1f3488c9a1967b1707 Mon Sep 17 00:00:00 2001 From: nhap69 <14961828+nhap69@users.noreply.github.com> Date: Sun, 26 Jul 2020 17:12:20 -0400 Subject: [PATCH] Workaround for copied items bg/fg https://github.com/ranger/colorschemes/issues/6 --- solarized.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarized.py b/solarized.py index 80fa57e..fe53762 100644 --- a/solarized.py +++ b/solarized.py @@ -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: