From 1a12bf54ef0ba6a28b7772c98fc3f78b00b1c9db Mon Sep 17 00:00:00 2001 From: toonn Date: Mon, 30 Dec 2019 19:36:58 +0100 Subject: Fix white text on white background in titlebar We were doubling up bold and BRIGHT for the name of the selected file in the titlebar. Fixes #1800 --- ranger/colorschemes/default.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ranger/colorschemes/default.py b/ranger/colorschemes/default.py index a9e01e0c..3d50e2e4 100644 --- a/ranger/colorschemes/default.py +++ b/ranger/colorschemes/default.py @@ -101,7 +101,6 @@ class Default(ColorScheme): elif context.link: fg = cyan attr |= bold - fg += BRIGHT elif context.in_statusbar: if context.permissions: -- cgit 1.4.1-2-gfad0