Disabled custom colors for neomutt
This commit is contained in:
parent
efba34b960
commit
efbbf0517a
1 changed files with 6 additions and 6 deletions
|
@ -15,12 +15,12 @@ set mail_check_stats = yes
|
||||||
set sidebar_divider_char = ' │ '
|
set sidebar_divider_char = ' │ '
|
||||||
#set sidebar_width = 25
|
#set sidebar_width = 25
|
||||||
set sidebar_short_path = yes
|
set sidebar_short_path = yes
|
||||||
color sidebar_indicator default color25 # Dark blue background
|
#color sidebar_indicator default color25 # Dark blue background
|
||||||
color sidebar_highlight white color238 # Grey background
|
#color sidebar_highlight white color238 # Grey background
|
||||||
color sidebar_spoolfile yellow default # Yellow
|
#color sidebar_spoolfile yellow default # Yellow
|
||||||
color sidebar_flagged red default # Red
|
#color sidebar_flagged red default # Red
|
||||||
color sidebar_divider color8 default # Dark grey
|
#color sidebar_divider color8 default # Dark grey
|
||||||
color sidebar_new brightblue default
|
#color sidebar_new brightblue default
|
||||||
|
|
||||||
# When abbreviating mailbox path names, use any of these characters as path
|
# When abbreviating mailbox path names, use any of these characters as path
|
||||||
# separators. Only the part after the last separators will be shown.
|
# separators. Only the part after the last separators will be shown.
|
||||||
|
|
Loading…
Reference in a new issue