Skip to content

Commit

Permalink
replace reset color by black in config sample #495
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Nov 11, 2024
1 parent 92814d6 commit d4b81a8
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"

################################################################################
#### Account configuration #####################################################
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d4b81a8

Please sign in to comment.