Skip to content

Commit

Permalink
replace reset color by black in config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Nov 11, 2024
1 parent b3b327d commit 84e5b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 84e5b19

Please sign in to comment.