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 <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-05-04 10:18:16 +02:00
parent e5017256a2
commit fcb33b8a0a
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,6 @@ PALETTE_COLOR = [
('scrollbar focus', 'gray', 'bg'), ('scrollbar focus', 'gray', 'bg'),
('verified', 'good', 'bg'), ('verified', 'good', 'bg'),
('verified header', 'good', 'orange'),
('verified focus', 'good', 'gray'), ('verified focus', 'good', 'gray'),
] ]
@ -98,6 +97,9 @@ PALETTE_MONO = [
('progress_complete', 'black', 'white'), ('progress_complete', 'black', 'white'),
('scrollbar_fg', 'white', 'black'), ('scrollbar_fg', 'white', 'black'),
('scrollbar_bg', 'white', 'black'), ('scrollbar_bg', 'white', 'black'),
('verified', 'white', 'black'),
('verified focus', 'black', 'white'),
] ]
urwid_8_names = ( urwid_8_names = (