mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 10:30:20 +00:00
replace reset color by black in config sample #495
This commit is contained in:
parent
92814d6043
commit
d4b81a8294
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue