summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2022-12-04 16:31:49 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2022-12-04 16:31:49 +0200
commit2427b097c5c40f3212a105cb40f913c9860ae2a8 (patch)
tree95aa08b3542d604b1aa6309afc79e396f441cde9
parent252d2bdf2f12c8954f8b299000bbde6219d25335 (diff)
downloadmeli-2427b097c5c40f3212a105cb40f913c9860ae2a8.zip
themes: make tag_default background lighter on light theme
Closes #164
-rw-r--r--src/conf/themes.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/themes.rs b/src/conf/themes.rs
index a262286a..7c6da737 100644
--- a/src/conf/themes.rs
+++ b/src/conf/themes.rs
@@ -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 = {