summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-12-01 22:19:32 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-12-02 17:10:43 +0200
commit76814cea204e13951df708d8990843b74640634c (patch)
treee34adb365c91d1581f6816e92634081ebbef8308
parent7e1e57a2dfa1d989c82b2e8d6968d8d46b817006 (diff)
themes/sail: make only headers_name bold
-rw-r--r--docs/samples/themes/sail.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/samples/themes/sail.toml b/docs/samples/themes/sail.toml
index f9a7da85..64f0a5c9 100644
--- a/docs/samples/themes/sail.toml
+++ b/docs/samples/themes/sail.toml
@@ -46,7 +46,8 @@ color_aliases = { "unseen_fg" = "theme_default", "unseen_bg" = "theme_default",
"mail.sidebar_unread_count" = { fg = "$dimmed_text", bg = "theme_default", attrs = "theme_default" }
"mail.view.body" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
-"mail.view.headers" = { fg = "theme_default", bg = "theme_default", attrs = "Bold" }
+"mail.view.headers" = { fg = "theme_default", bg = "theme_default", attrs = "theme_default" }
+"mail.view.headers_names" = { fg = "theme_default", bg = "theme_default", attrs = "Bold" }
"mail.view.thread.indentation.a" = { fg = "theme_default", bg = "#EC633D", attrs = "theme_default" }
"mail.view.thread.indentation.b" = { fg = "theme_default", bg = "#D347F9", attrs = "theme_default" }
"mail.view.thread.indentation.c" = { fg = "theme_default", bg = "#317EFB", attrs = "theme_default" }