Damien Broqua
0d384b22bf
Added some ignored folders and files Updated waybar clock for Debian 11 Fixed bug on screen definition Fixed Iiyama North America PL2483H 1173700204528 Merge branch 'gentoo-sway' of git.darkou.fr:dbroqua/home into gentoo-sway Some changes for work environment Some changes for work environment Merge branch 'gentoo-sway' of git.darkou.fr:dbroqua/home into gentoo-sway Added .mp3 files Updated waybar config for laptop Added vim-jsx Added Teams to startup section (sad day in life!) Updated mpd config (local source) Added script for syncing my music Merge branch 'gentoo-sway' of git.darkou.fr:dbroqua/home into gentoo-sway Updated ranger config Merge branch 'gentoo-sway' of git.darkou.fr:dbroqua/home into gentoo-sway Replaced termite with alacritty Replaced termite by alacritty Updated rsync.sh results Merge branch 'gentoo-sway' of git.darkou.fr:dbroqua/home into gentoo-sway Updated github user Updated irc alias Minor changes Added master if fail fait dev* Added zsh prompt Updated output definitions Added KDEConnect at startup Added second screen Merge branch 'gentoo-sway' of git.darkou.fr:dbroqua/home into gentoo-sway Updated README Added C.A.V.A. Fixed bug for vte Added Tofu HHKB keyboard config Added script to update system Updated FuzzFm entry Added menu entry for Carnet Added qcad's ebuild Updated waybar for Thinkpad Updated temperature list for Thinkpad Fixed bug Updated input for thinkpad Added script to order files for Alpine car audio system Updated Fuzz url Added Grammalecte plugin Added displays for ThinkStation and ThinkPad Merge branch 'gentoo-sway' of framagit.org:dbroqua/home into gentoo-sway Updated waybar for laptop Fixed bug on adjust brightness Moved applications Co-authored-by: dbroqua <contact@darkou.fr> Co-authored-by: dbroqua <dbroqua@mousur.org> Reviewed-on: #1 Co-Authored-By: Damien Broqua <dbroqua@noreply.localhost> Co-Committed-By: Damien Broqua <dbroqua@noreply.localhost>
36 lines
2.9 KiB
Text
36 lines
2.9 KiB
Text
# vim: filetype=muttrc
|
|
|
|
# mutt color scheme
|
|
color normal default default # default colours
|
|
color index brightblue default ~N # new messages
|
|
color index red default ~F # flagged messages
|
|
color index blue default ~T # tagged messages
|
|
color index cyan default ~D # deleted messages
|
|
color body brightyellow default (https?|ftp)://[\-\.+,/%~_:?&=\#a-zA-Z0-9]+
|
|
color body brightgreen default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
|
|
color attachment magenta default # attachments
|
|
color signature brightwhite default # sigs
|
|
color search brightred black # highlight results
|
|
color indicator brightyellow default # currently highlighted message
|
|
color error red default # error messages
|
|
color status white cyan # status line
|
|
color tree brightblack default # thread tree
|
|
color tilde cyan default # blank line padding
|
|
color hdrdefault black cyan # default headers
|
|
color header brightwhite cyan "^From:"
|
|
color header brightwhite cyan "^Subject:"
|
|
color quoted cyan default # quote colours
|
|
color quoted1 brightcyan default
|
|
color quoted2 blue default
|
|
color quoted3 green default
|
|
color quoted4 yellow default
|
|
color quoted5 red default
|
|
color body green default "^gpg: Good signature from"
|
|
color body brightred default "^gpg: Bad signature from"
|
|
color body brightred default "^gpg: BAD signature from"
|
|
color body brightred default "^gpg: Note: This key has expired!"
|
|
color body brightyellow default "^gpg: WARNING: This key is not certified with a trusted signature!"
|
|
color body brightyellow default "^gpg: There is no indication that the signature belongs to the owner."
|
|
color body brightyellow default "^gpg: can't handle these multiple signatures"
|
|
color body brightyellow default "^gpg: signature verification suppressed"
|
|
color body brightyellow default "^gpg: invalid node with packet of type"
|