From 2427b097c5c40f3212a105cb40f913c9860ae2a8 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sun, 4 Dec 2022 16:31:49 +0200 Subject: [PATCH] themes: make tag_default background lighter on light theme Closes #164 --- src/conf/themes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {