themes: make tag_default background lighter on light theme

Closes #164
This commit is contained in:
Manos Pitsidianakis 2022-12-04 16:31:49 +02:00
parent 252d2bdf2f
commit 2427b097c5

View File

@ -1683,7 +1683,7 @@ impl Default for Themes {
"mail.listing.tag_default",
light = {
fg: Color::White,
bg: Color::Byte(8),
bg: Color::Byte(250),
attrs: Attr::BOLD
},
dark = {