From d4b81a82944ca595071d459fd3f3fc8209dc3ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 11 Nov 2024 17:56:49 +0100 Subject: [PATCH] replace reset color by black in config sample #495 --- config.sample.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample.toml b/config.sample.toml index 4dc72c0..0b16aa5 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -49,7 +49,7 @@ account.list.table.backends-color = "blue" # Customizes the color of the DEFAULT column of the account listing # table. # -account.list.table.default-color = "reset" +account.list.table.default-color = "black" ################################################################################ #### Account configuration ##################################################### @@ -177,7 +177,7 @@ envelope.list.table.id-color = "red" # Customizes the color of the FLAGS column of the envelope listing # table. # -envelope.list.table.flags-color = "reset" +envelope.list.table.flags-color = "black" # Customizes the color of the SUBJECT column of the envelope listing # table.