current
This commit is contained in:
parent
07816eb302
commit
09d717fab8
63 changed files with 2945 additions and 34 deletions
59
mutt/.muttrc
59
mutt/.muttrc
|
|
@ -29,10 +29,10 @@ set editor = "nano"
|
|||
# Signatur (optional)
|
||||
set signature = "~/.signature"
|
||||
|
||||
# Farben (einfaches Setup)
|
||||
color normal white black
|
||||
color indicator yellow black
|
||||
color header yellow black
|
||||
set sidebar_visible = yes
|
||||
set sidebar_width = 30
|
||||
set sidebar_sort_method = 'alpha'
|
||||
|
||||
|
||||
# Benachrichtigung bei neuer Mail
|
||||
unset beep
|
||||
|
|
@ -47,4 +47,55 @@ set trash = "~/.mail/posteo/.Trash"
|
|||
|
||||
# Quelltext für erweiterte Funktionen, z.B. PGP, kannst du später ergänzen.
|
||||
|
||||
# Tokyo Night Dark Colors for NeoMutt
|
||||
# Terminal: 256-color compatible
|
||||
|
||||
color normal white default
|
||||
color error brightred default
|
||||
color status brightmagenta default
|
||||
color tree cyan default
|
||||
color indicator black brightcyan
|
||||
color search yellow default
|
||||
color tilde blue default
|
||||
color message cyan default
|
||||
color markers brightblue default
|
||||
color attachment magenta default
|
||||
color signature brightblack default
|
||||
color bold brightwhite default
|
||||
color underline brightcyan default
|
||||
|
||||
# Index colors
|
||||
color index white default
|
||||
color index_author magenta default
|
||||
color index_subject cyan default
|
||||
color index_collapsed brightblue default
|
||||
#color index_thread blue default
|
||||
#color index_flagged brightred default
|
||||
#color index_new brightcyan default
|
||||
#color index_unread brightcyan default
|
||||
|
||||
# Header colors
|
||||
color hdrdefault brightblue default
|
||||
color header cyan default "^Subject:"
|
||||
color header magenta default "^From:"
|
||||
color header blue default "^To:"
|
||||
color header yellow default "^Date:"
|
||||
|
||||
# Compose screen
|
||||
color quoted brightblue default
|
||||
color quoted1 blue default
|
||||
color quoted2 magenta default
|
||||
color quoted3 brightmagenta default
|
||||
|
||||
# PGP
|
||||
#color pgpmsg cyan default
|
||||
#color pgpheader magenta default
|
||||
#color signature_good green default
|
||||
#color signature_bad red default
|
||||
|
||||
# Sidebar
|
||||
#color sidebar_new brightcyan default
|
||||
#color sidebar_flagged brightred default
|
||||
#color sidebar_highlight white blue
|
||||
#color sidebar_divider brightblack default
|
||||
#color sidebar_marker brightmagenta default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue