when i'm launching mutt
in terminal it works well and all the colors are loaded correctly but when i switch to tmux
it gives me this error:
Error in /Users/amir/.mutt/muttrc, line 35: 231: color not supported by termError in /Users/amir/.mutt/muttrc, line 36: 231: color not supported by termError in /Users/amir/.mutt/muttrc, line 37: 210: color not supported by termError in /Users/amir/.mutt/muttrc, line 41: 84: color not supported by termError in /Users/amir/.mutt/muttrc, line 42: 141: color not supported by termError in /Users/amir/.mutt/muttrc, line 43: 231: color not supported by termError in /Users/amir/.mutt/muttrc, line 44: 141: color not supported by termError in /Users/amir/.mutt/muttrc, line 47: 210: color not supported by termError in /Users/amir/.mutt/muttrc, line 48: 84: color not supported by termError in /Users/amir/.mutt/muttrc, line 49: 117: color not supported by termError in /Users/amir/.mutt/muttrc, line 50: 212: color not supported by termError in /Users/amir/.mutt/muttrc, line 51: 215: color not supported by termError in /Users/amir/.mutt/muttrc, line 52: 141: color not supported by termError in /Users/amir/.mutt/muttrc, line 55: 117: color not supported by termError in /Users/amir/.mutt/muttrc, line 56: 231: color not supported by termError in /Users/amir/.mutt/muttrc, line 59: 228: color not supported by termError in /Users/amir/.mutt/muttrc, line 60: 231: color not supported by termError in /Users/amir/.mutt/muttrc, line 61: 228: color not supported by termError in /Users/amir/.mutt/muttrc, line 62: 231: color not supported by termError in /Users/amir/.mutt/muttrc, line 63: 231: color not supported by termError in /Users/amir/.mutt/muttrc, line 64: 231: color not supported by termError in /Users/amir/.mutt/muttrc, line 65: 61: color not supported by termError in /Users/amir/.mutt/muttrc, line 66: 117: color not supported by termError in /Users/amir/.mutt/muttrc, line 67: 84: color not supported by termError in /Users/amir/.mutt/muttrc, line 68: 215: color not supported by termError in /Users/amir/.mutt/muttrc, line 69: 212: color not supported by termError in /Users/amir/.mutt/muttrc, line 70: 212: color not supported by termsource: errors in /Users/amir/.mutt/muttrcPress any key to continue...
i couldn't find any solution, might be problem with muttrc
?
here's my muttrc
config:
################################################################################ Dracula Theme for Mutt: https://draculatheme.com/## @author Paul Townsend <paul@caprica.org># general ------------ foreground ---- background -----------------------------color error color231 color212color indicator color231 color241color markers color210 defaultcolor message default defaultcolor normal default defaultcolor prompt default defaultcolor search color84 defaultcolor status color141 color236color tilde color231 defaultcolor tree color141 default# message index ------ foreground ---- background -----------------------------color index color210 default ~D # deleted messagescolor index color84 default ~F # flagged messagescolor index color117 default ~N # new messagescolor index color212 default ~Q # messages which have been replied tocolor index color215 default ~T # tagged messagescolor index color141 default ~v # messages part of a collapsed thread# message headers ---- foreground ---- background -----------------------------color hdrdefault color117 defaultcolor header color231 default ^Subject:.*# message body ------- foreground ---- background -----------------------------color attachment color228 defaultcolor body color231 default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ # email addressescolor body color228 default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ # URLscolor body color231 default (^|[[:space:]])\\*[^[:space:]]+\\*([[:space:]]|$) # *bold* textcolor body color231 default (^|[[:space:]])_[^[:space:]]+_([[:space:]]|$) # _underlined_ textcolor body color231 default (^|[[:space:]])/[^[:space:]]+/([[:space:]]|$) # /italic/ textcolor quoted color61 defaultcolor quoted1 color117 defaultcolor quoted2 color84 defaultcolor quoted3 color215 defaultcolor quoted4 color212 defaultcolor signature color212 default