From 84e5b19caecf2118320c896adb42c331288a213e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 11 Nov 2024 17:59:32 +0100 Subject: [PATCH] replace reset color by black in config sample --- config.sample.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.sample.toml b/config.sample.toml index b87c562..af05144 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" # Customizes the keybindings of command prompts. # @@ -185,7 +185,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.