summaryrefslogtreecommitdiffstats
path: root/src/conf/themes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/themes.rs')
-rw-r--r--src/conf/themes.rs16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/conf/themes.rs b/src/conf/themes.rs
index a35ded3c..b44ce15c 100644
--- a/src/conf/themes.rs
+++ b/src/conf/themes.rs
@@ -292,6 +292,8 @@ const DEFAULT_KEYS: &[&str] = &[
"mail.listing.conversations.highlighted",
"mail.listing.conversations.selected",
"mail.view.headers",
+ "mail.view.headers_names",
+ "mail.view.headers_area",
"mail.view.body",
"mail.view.thread.indentation.a",
"mail.view.thread.indentation.b",
@@ -1646,6 +1648,20 @@ impl Default for Themes {
fg: Color::Black,
}
);
+ add!(
+ "mail.view.headers_names",
+ light = {
+ fg: "mail.view.headers",
+ bg: "mail.view.headers",
+ attrs: "mail.view.headers",
+ },
+ dark = {
+ fg: "mail.view.headers",
+ bg: "mail.view.headers",
+ attrs: "mail.view.headers",
+ }
+ );
+ add!("mail.view.headers_area");
add!("mail.view.body");
add!("mail.view.thread.indentation.a", light = { bg: Color::Byte(69) }, dark = { bg: Color::Byte(69) }); // CornflowerBlue
add!("mail.view.thread.indentation.b", light = { bg: Color::Byte(196) }, dark = { bg: Color::Byte(196) }); // Red1