themes: make tag_default background lighter on light theme

Closes #164
pull/170/head
Manos Pitsidianakis 2022-12-04 16:31:49 +02:00
parent 252d2bdf2f
commit 2427b097c5
1 changed files with 1 additions and 1 deletions

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 = {