From fcb33b8a0a66b2c331fcdbfc380c2b12af3d2079 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 4 May 2022 10:18:16 +0200 Subject: [PATCH] snaplist: do not use green color for stars in basic mode The "**" signs replace the check-mark for a verified publisher when in basic mode. These "**" signs where still used green foreground color. This was the only place where we tried to display colors in basic mode. Keep the default colors instead. This should be more compatible. Signed-off-by: Olivier Gayot --- subiquitycore/palette.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subiquitycore/palette.py b/subiquitycore/palette.py index c7e1be4c..54cf619a 100644 --- a/subiquitycore/palette.py +++ b/subiquitycore/palette.py @@ -65,7 +65,6 @@ PALETTE_COLOR = [ ('scrollbar focus', 'gray', 'bg'), ('verified', 'good', 'bg'), - ('verified header', 'good', 'orange'), ('verified focus', 'good', 'gray'), ] @@ -98,6 +97,9 @@ PALETTE_MONO = [ ('progress_complete', 'black', 'white'), ('scrollbar_fg', 'white', 'black'), ('scrollbar_bg', 'white', 'black'), + + ('verified', 'white', 'black'), + ('verified focus', 'black', 'white'), ] urwid_8_names = (