mirror of
https://github.com/altercation/solarized
synced 2024-11-10 06:14:13 +00:00
Add 'mutt-colors-solarized/' from commit 'b1520c6bf1ab49538439514c9393ff69df8591b4'
git-subtree-dir: mutt-colors-solarized git-subtree-mainline:a26ab5f3e2
git-subtree-split:b1520c6bf1
This commit is contained in:
commit
934ce35641
7 changed files with 849 additions and 0 deletions
1
mutt-colors-solarized/README
Normal file
1
mutt-colors-solarized/README
Normal file
|
@ -0,0 +1 @@
|
|||
mutt-colors-solarized readme file
|
151
mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc
Normal file
151
mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc
Normal file
|
@ -0,0 +1,151 @@
|
|||
# vim: filetype=muttrc
|
||||
|
||||
#
|
||||
#
|
||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
||||
|
||||
# custom body highlights -----------------------------------------------
|
||||
# highlight my name and other personally relevant strings
|
||||
#color body yellow default "(ethan|schoonover)"
|
||||
# custom index highlights ----------------------------------------------
|
||||
# messages which mention my name in the body
|
||||
#color index yellow default "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
||||
#color index J_cream brightwhite "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
||||
#color index yellow cyan "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
||||
#color index yellow J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
||||
## messages which are in reference to my mails
|
||||
#color index J_magent default "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
||||
#color index J_magent brightwhite "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
||||
#color index J_magent cyan "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
||||
#color index J_magent red "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
||||
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color normal brightyellow default
|
||||
color error red default
|
||||
color tilde black default
|
||||
color message cyan default
|
||||
color markers red white
|
||||
color attachment white default
|
||||
color search brightmagenta default
|
||||
#color status J_black J_status
|
||||
color status brightyellow black
|
||||
color indicator brightblack yellow
|
||||
color tree yellow default # arrow in threads
|
||||
|
||||
# basic monocolor screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
|
||||
# index ----------------------------------------------------------------
|
||||
|
||||
#color index red default "~D(!~p|~p)" # deleted
|
||||
#color index black default ~F # flagged
|
||||
#color index brightred default ~= # duplicate messages
|
||||
#color index brightgreen default "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
||||
#color index J_base default "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
||||
color index red default "~A" # all messages
|
||||
color index brightred default "~E" # expired messages
|
||||
color index blue default "~N" # new messages
|
||||
color index blue default "~O" # old messages
|
||||
color index brightmagenta default "~Q" # messages that have been replied to
|
||||
color index brightgreen default "~R" # read messages
|
||||
color index blue default "~U" # unread messages
|
||||
color index blue default "~U~$" # unread, unreferenced messages
|
||||
color index brightyellow default "~v" # messages part of a collapsed thread
|
||||
color index brightyellow default "~P" # messages from me
|
||||
color index cyan default "~p!~F" # messages to me
|
||||
color index cyan default "~N~p!~F" # new messages to me
|
||||
color index cyan default "~U~p!~F" # unread messages to me
|
||||
color index brightgreen default "~R~p!~F" # messages to me
|
||||
color index red default "~F" # flagged messages
|
||||
color index red default "~F~p" # flagged messages to me
|
||||
color index red default "~N~F" # new flagged messages
|
||||
color index red default "~N~F~p" # new flagged messages to me
|
||||
color index red default "~U~F~p" # new flagged messages to me
|
||||
color index black red "~D" # deleted messages
|
||||
color index brightcyan default "~v~(!~N)" # collapsed thread with no unread
|
||||
color index yellow default "~v~(~N)" # collapsed thread with some unread
|
||||
color index green default "~N~v~(~N)" # collapsed thread with unread parent
|
||||
# statusbg used to indicated flagged when foreground color shows other status
|
||||
# for collapsed thread
|
||||
color index red black "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
||||
color index yellow black "~v~(~F~N)" # collapsed thread with some unread & flagged
|
||||
color index green black "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
||||
color index green black "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
||||
color index cyan black "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
||||
color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
||||
#color index yellow default "~(~N)" # messages in threads with some unread
|
||||
#color index green default "~S" # superseded messages
|
||||
#color index red default "~T" # tagged messages
|
||||
#color index brightred red "~=" # duplicated messages
|
||||
|
||||
# message headers ------------------------------------------------------
|
||||
|
||||
#color header brightgreen default "^"
|
||||
color hdrdefault brightgreen default
|
||||
color header brightyellow default "^(From)"
|
||||
color header blue default "^(Subject)"
|
||||
|
||||
# body -----------------------------------------------------------------
|
||||
|
||||
color quoted blue default
|
||||
color quoted1 cyan default
|
||||
color quoted2 yellow default
|
||||
color quoted3 red default
|
||||
color quoted4 brightred default
|
||||
|
||||
color signature brightgreen default
|
||||
color bold black default
|
||||
color underline black default
|
||||
color normal default default
|
||||
#
|
||||
color body brightcyan default "[;:][-o][)/(|]" # emoticons
|
||||
color body brightcyan default "[;:][)(|]" # emoticons
|
||||
color body brightcyan default "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
||||
color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon?
|
||||
color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
||||
|
||||
## pgp
|
||||
|
||||
color body red default "(BAD signature)"
|
||||
color body cyan default "(Good signature)"
|
||||
color body brightblack default "^gpg: Good signature .*"
|
||||
color body brightyellow default "^gpg: "
|
||||
color body brightyellow red "^gpg: BAD signature from.*"
|
||||
mono body bold "^gpg: Good signature"
|
||||
mono body bold "^gpg: BAD signature from.*"
|
||||
|
||||
# yes, an insance URL regex
|
||||
color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
||||
# and a heavy handed email regex
|
||||
#color body J_magent default "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
||||
|
||||
# Various smilies and the like
|
||||
#color body brightwhite default "<[Gg]>" # <g>
|
||||
#color body brightwhite default "<[Bb][Gg]>" # <bg>
|
||||
#color body yellow default " [;:]-*[})>{(<|]" # :-) etc...
|
||||
# *bold*
|
||||
#color body blue default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
# _underline_
|
||||
#color body blue default "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
# /italic/ (Sometimes gets directory names)
|
||||
#color body blue default "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
|
||||
# Border lines.
|
||||
#color body blue default "( *[-+=#*~_]){6,}"
|
||||
|
||||
#folder-hook . "color status J_black J_status "
|
||||
#folder-hook gmail/inbox "color status J_black yellow "
|
||||
#folder-hook gmail/important "color status J_black yellow "
|
||||
|
151
mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc
Normal file
151
mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc
Normal file
|
@ -0,0 +1,151 @@
|
|||
# vim: filetype=muttrc
|
||||
|
||||
#
|
||||
#
|
||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
||||
|
||||
# custom body highlights -----------------------------------------------
|
||||
# highlight my name and other personally relevant strings
|
||||
#color body color172 color233 "(ethan|schoonover)"
|
||||
# custom index highlights ----------------------------------------------
|
||||
# messages which mention my name in the body
|
||||
#color index color172 color233 "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
||||
#color index J_cream color230 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
||||
#color index color172 color37 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
||||
#color index color172 J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
||||
## messages which are in reference to my mails
|
||||
#color index J_magent color233 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
||||
#color index J_magent color230 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
||||
#color index J_magent color37 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
||||
#color index J_magent color124 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
||||
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color normal color239 color233
|
||||
color error color124 color233
|
||||
color tilde color234 color233
|
||||
color message color37 color233
|
||||
color markers color124 color252
|
||||
color attachment color252 color233
|
||||
color search color61 color233
|
||||
#color status J_black J_status
|
||||
color status color239 color234
|
||||
color indicator color233 color172
|
||||
color tree color172 color233 # arrow in threads
|
||||
|
||||
# basic monocolor screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
|
||||
# index ----------------------------------------------------------------
|
||||
|
||||
#color index color124 color233 "~D(!~p|~p)" # deleted
|
||||
#color index color234 color233 ~F # flagged
|
||||
#color index color130 color233 ~= # duplicate messages
|
||||
#color index color236 color233 "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
||||
#color index J_base color233 "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
||||
color index color124 color233 "~A" # all messages
|
||||
color index color130 color233 "~E" # expired messages
|
||||
color index color26 color233 "~N" # new messages
|
||||
color index color26 color233 "~O" # old messages
|
||||
color index color61 color233 "~Q" # messages that have been replied to
|
||||
color index color236 color233 "~R" # read messages
|
||||
color index color26 color233 "~U" # unread messages
|
||||
color index color26 color233 "~U~$" # unread, unreferenced messages
|
||||
color index color239 color233 "~v" # messages part of a collapsed thread
|
||||
color index color239 color233 "~P" # messages from me
|
||||
color index color37 color233 "~p!~F" # messages to me
|
||||
color index color37 color233 "~N~p!~F" # new messages to me
|
||||
color index color37 color233 "~U~p!~F" # unread messages to me
|
||||
color index color236 color233 "~R~p!~F" # messages to me
|
||||
color index color124 color233 "~F" # flagged messages
|
||||
color index color124 color233 "~F~p" # flagged messages to me
|
||||
color index color124 color233 "~N~F" # new flagged messages
|
||||
color index color124 color233 "~N~F~p" # new flagged messages to me
|
||||
color index color124 color233 "~U~F~p" # new flagged messages to me
|
||||
color index color234 color124 "~D" # deleted messages
|
||||
color index color246 color233 "~v~(!~N)" # collapsed thread with no unread
|
||||
color index color172 color233 "~v~(~N)" # collapsed thread with some unread
|
||||
color index color64 color233 "~N~v~(~N)" # collapsed thread with unread parent
|
||||
# statusbg used to indicated flagged when foreground color shows other status
|
||||
# for collapsed thread
|
||||
color index color124 color234 "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
||||
color index color172 color234 "~v~(~F~N)" # collapsed thread with some unread & flagged
|
||||
color index color64 color234 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
||||
color index color64 color234 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
||||
color index color37 color234 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
||||
color index color172 color124 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
||||
#color index color172 color233 "~(~N)" # messages in threads with some unread
|
||||
#color index color64 color233 "~S" # superseded messages
|
||||
#color index color124 color233 "~T" # tagged messages
|
||||
#color index color130 color124 "~=" # duplicated messages
|
||||
|
||||
# message headers ------------------------------------------------------
|
||||
|
||||
#color header color236 color233 "^"
|
||||
color hdrdefault color236 color233
|
||||
color header color239 color233 "^(From)"
|
||||
color header color26 color233 "^(Subject)"
|
||||
|
||||
# body -----------------------------------------------------------------
|
||||
|
||||
color quoted color26 color233
|
||||
color quoted1 color37 color233
|
||||
color quoted2 color172 color233
|
||||
color quoted3 color124 color233
|
||||
color quoted4 color130 color233
|
||||
|
||||
color signature color236 color233
|
||||
color bold color234 color233
|
||||
color underline color234 color233
|
||||
color normal color242 color233
|
||||
#
|
||||
color body color246 color233 "[;:][-o][)/(|]" # emoticons
|
||||
color body color246 color233 "[;:][)(|]" # emoticons
|
||||
color body color246 color233 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
||||
color body color246 color233 "[ ][*][^*]*[*][ ]?" # more emoticon?
|
||||
color body color246 color233 "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
||||
|
||||
## pgp
|
||||
|
||||
color body color124 color233 "(BAD signature)"
|
||||
color body color37 color233 "(Good signature)"
|
||||
color body color233 color233 "^gpg: Good signature .*"
|
||||
color body color239 color233 "^gpg: "
|
||||
color body color239 color124 "^gpg: BAD signature from.*"
|
||||
mono body bold "^gpg: Good signature"
|
||||
mono body bold "^gpg: BAD signature from.*"
|
||||
|
||||
# yes, an insance URL regex
|
||||
color body color124 color233 "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
||||
# and a heavy handed email regex
|
||||
#color body J_magent color233 "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
||||
|
||||
# Various smilies and the like
|
||||
#color body color230 color233 "<[Gg]>" # <g>
|
||||
#color body color230 color233 "<[Bb][Gg]>" # <bg>
|
||||
#color body color172 color233 " [;:]-*[})>{(<|]" # :-) etc...
|
||||
# *bold*
|
||||
#color body color26 color233 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
# _underline_
|
||||
#color body color26 color233 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
# /italic/ (Sometimes gets directory names)
|
||||
#color body color26 color233 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
|
||||
# Border lines.
|
||||
#color body color26 color233 "( *[-+=#*~_]){6,}"
|
||||
|
||||
#folder-hook . "color status J_black J_status "
|
||||
#folder-hook gmail/inbox "color status J_black color172 "
|
||||
#folder-hook gmail/important "color status J_black color172 "
|
||||
|
151
mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc
Normal file
151
mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc
Normal file
|
@ -0,0 +1,151 @@
|
|||
# vim: filetype=muttrc
|
||||
|
||||
#
|
||||
#
|
||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
||||
|
||||
# custom body highlights -----------------------------------------------
|
||||
# highlight my name and other personally relevant strings
|
||||
#color body yellow default "(ethan|schoonover)"
|
||||
# custom index highlights ----------------------------------------------
|
||||
# messages which mention my name in the body
|
||||
#color index yellow default "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
||||
#color index J_cream brightblack "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
||||
#color index yellow cyan "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
||||
#color index yellow J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
||||
## messages which are in reference to my mails
|
||||
#color index J_magent default "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
||||
#color index J_magent brightblack "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
||||
#color index J_magent cyan "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
||||
#color index J_magent red "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
||||
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color normal brightblue default
|
||||
color error red default
|
||||
color tilde white default
|
||||
color message cyan default
|
||||
color markers red black
|
||||
color attachment black default
|
||||
color search brightmagenta default
|
||||
#color status J_black J_status
|
||||
color status brightblue white
|
||||
color indicator brightwhite yellow
|
||||
color tree yellow default # arrow in threads
|
||||
|
||||
# basic monocolor screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
|
||||
# index ----------------------------------------------------------------
|
||||
|
||||
#color index red default "~D(!~p|~p)" # deleted
|
||||
#color index white default ~F # flagged
|
||||
#color index brightred default ~= # duplicate messages
|
||||
#color index brightcyan default "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
||||
#color index J_base default "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
||||
color index red default "~A" # all messages
|
||||
color index brightred default "~E" # expired messages
|
||||
color index blue default "~N" # new messages
|
||||
color index blue default "~O" # old messages
|
||||
color index brightmagenta default "~Q" # messages that have been replied to
|
||||
color index brightcyan default "~R" # read messages
|
||||
color index blue default "~U" # unread messages
|
||||
color index blue default "~U~$" # unread, unreferenced messages
|
||||
color index brightblue default "~v" # messages part of a collapsed thread
|
||||
color index brightblue default "~P" # messages from me
|
||||
color index cyan default "~p!~F" # messages to me
|
||||
color index cyan default "~N~p!~F" # new messages to me
|
||||
color index cyan default "~U~p!~F" # unread messages to me
|
||||
color index brightcyan default "~R~p!~F" # messages to me
|
||||
color index red default "~F" # flagged messages
|
||||
color index red default "~F~p" # flagged messages to me
|
||||
color index red default "~N~F" # new flagged messages
|
||||
color index red default "~N~F~p" # new flagged messages to me
|
||||
color index red default "~U~F~p" # new flagged messages to me
|
||||
color index white red "~D" # deleted messages
|
||||
color index brightgreen default "~v~(!~N)" # collapsed thread with no unread
|
||||
color index yellow default "~v~(~N)" # collapsed thread with some unread
|
||||
color index green default "~N~v~(~N)" # collapsed thread with unread parent
|
||||
# statusbg used to indicated flagged when foreground color shows other status
|
||||
# for collapsed thread
|
||||
color index red white "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
||||
color index yellow white "~v~(~F~N)" # collapsed thread with some unread & flagged
|
||||
color index green white "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
||||
color index green white "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
||||
color index cyan white "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
||||
color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
||||
#color index yellow default "~(~N)" # messages in threads with some unread
|
||||
#color index green default "~S" # superseded messages
|
||||
#color index red default "~T" # tagged messages
|
||||
#color index brightred red "~=" # duplicated messages
|
||||
|
||||
# message headers ------------------------------------------------------
|
||||
|
||||
#color header brightcyan default "^"
|
||||
color hdrdefault brightcyan default
|
||||
color header brightblue default "^(From)"
|
||||
color header blue default "^(Subject)"
|
||||
|
||||
# body -----------------------------------------------------------------
|
||||
|
||||
color quoted blue default
|
||||
color quoted1 cyan default
|
||||
color quoted2 yellow default
|
||||
color quoted3 red default
|
||||
color quoted4 brightred default
|
||||
|
||||
color signature brightcyan default
|
||||
color bold white default
|
||||
color underline white default
|
||||
color normal default default
|
||||
#
|
||||
color body brightgreen default "[;:][-o][)/(|]" # emoticons
|
||||
color body brightgreen default "[;:][)(|]" # emoticons
|
||||
color body brightgreen default "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
||||
color body brightgreen default "[ ][*][^*]*[*][ ]?" # more emoticon?
|
||||
color body brightgreen default "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
||||
|
||||
## pgp
|
||||
|
||||
color body red default "(BAD signature)"
|
||||
color body cyan default "(Good signature)"
|
||||
color body brightwhite default "^gpg: Good signature .*"
|
||||
color body brightblue default "^gpg: "
|
||||
color body brightblue red "^gpg: BAD signature from.*"
|
||||
mono body bold "^gpg: Good signature"
|
||||
mono body bold "^gpg: BAD signature from.*"
|
||||
|
||||
# yes, an insance URL regex
|
||||
color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
||||
# and a heavy handed email regex
|
||||
#color body J_magent default "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
||||
|
||||
# Various smilies and the like
|
||||
#color body brightblack default "<[Gg]>" # <g>
|
||||
#color body brightblack default "<[Bb][Gg]>" # <bg>
|
||||
#color body yellow default " [;:]-*[})>{(<|]" # :-) etc...
|
||||
# *bold*
|
||||
#color body blue default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
# _underline_
|
||||
#color body blue default "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
# /italic/ (Sometimes gets directory names)
|
||||
#color body blue default "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
|
||||
# Border lines.
|
||||
#color body blue default "( *[-+=#*~_]){6,}"
|
||||
|
||||
#folder-hook . "color status J_black J_status "
|
||||
#folder-hook gmail/inbox "color status J_black yellow "
|
||||
#folder-hook gmail/important "color status J_black yellow "
|
||||
|
151
mutt-colors-solarized/mutt-colors-solarized-light-256.muttrc
Normal file
151
mutt-colors-solarized/mutt-colors-solarized-light-256.muttrc
Normal file
|
@ -0,0 +1,151 @@
|
|||
# vim: filetype=muttrc
|
||||
|
||||
#
|
||||
#
|
||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
||||
|
||||
# custom body highlights -----------------------------------------------
|
||||
# highlight my name and other personally relevant strings
|
||||
#color body color172 color230 "(ethan|schoonover)"
|
||||
# custom index highlights ----------------------------------------------
|
||||
# messages which mention my name in the body
|
||||
#color index color172 color230 "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
||||
#color index J_cream color233 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
||||
#color index color172 color37 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
||||
#color index color172 J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
||||
## messages which are in reference to my mails
|
||||
#color index J_magent color230 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
||||
#color index J_magent color233 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
||||
#color index J_magent color37 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
||||
#color index J_magent color124 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
||||
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color normal color242 color230
|
||||
color error color124 color230
|
||||
color tilde color252 color230
|
||||
color message color37 color230
|
||||
color markers color124 color234
|
||||
color attachment color234 color230
|
||||
color search color61 color230
|
||||
#color status J_black J_status
|
||||
color status color242 color252
|
||||
color indicator color230 color172
|
||||
color tree color172 color230 # arrow in threads
|
||||
|
||||
# basic monocolor screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
|
||||
# index ----------------------------------------------------------------
|
||||
|
||||
#color index color124 color230 "~D(!~p|~p)" # deleted
|
||||
#color index color252 color230 ~F # flagged
|
||||
#color index color130 color230 ~= # duplicate messages
|
||||
#color index color246 color230 "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
||||
#color index J_base color230 "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
||||
color index color124 color230 "~A" # all messages
|
||||
color index color130 color230 "~E" # expired messages
|
||||
color index color26 color230 "~N" # new messages
|
||||
color index color26 color230 "~O" # old messages
|
||||
color index color61 color230 "~Q" # messages that have been replied to
|
||||
color index color246 color230 "~R" # read messages
|
||||
color index color26 color230 "~U" # unread messages
|
||||
color index color26 color230 "~U~$" # unread, unreferenced messages
|
||||
color index color242 color230 "~v" # messages part of a collapsed thread
|
||||
color index color242 color230 "~P" # messages from me
|
||||
color index color37 color230 "~p!~F" # messages to me
|
||||
color index color37 color230 "~N~p!~F" # new messages to me
|
||||
color index color37 color230 "~U~p!~F" # unread messages to me
|
||||
color index color246 color230 "~R~p!~F" # messages to me
|
||||
color index color124 color230 "~F" # flagged messages
|
||||
color index color124 color230 "~F~p" # flagged messages to me
|
||||
color index color124 color230 "~N~F" # new flagged messages
|
||||
color index color124 color230 "~N~F~p" # new flagged messages to me
|
||||
color index color124 color230 "~U~F~p" # new flagged messages to me
|
||||
color index color252 color124 "~D" # deleted messages
|
||||
color index color236 color230 "~v~(!~N)" # collapsed thread with no unread
|
||||
color index color172 color230 "~v~(~N)" # collapsed thread with some unread
|
||||
color index color64 color230 "~N~v~(~N)" # collapsed thread with unread parent
|
||||
# statusbg used to indicated flagged when foreground color shows other status
|
||||
# for collapsed thread
|
||||
color index color124 color252 "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
||||
color index color172 color252 "~v~(~F~N)" # collapsed thread with some unread & flagged
|
||||
color index color64 color252 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
||||
color index color64 color252 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
||||
color index color37 color252 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
||||
color index color172 color124 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
||||
#color index color172 color230 "~(~N)" # messages in threads with some unread
|
||||
#color index color64 color230 "~S" # superseded messages
|
||||
#color index color124 color230 "~T" # tagged messages
|
||||
#color index color130 color124 "~=" # duplicated messages
|
||||
|
||||
# message headers ------------------------------------------------------
|
||||
|
||||
#color header color246 color230 "^"
|
||||
color hdrdefault color246 color230
|
||||
color header color242 color230 "^(From)"
|
||||
color header color26 color230 "^(Subject)"
|
||||
|
||||
# body -----------------------------------------------------------------
|
||||
|
||||
color quoted color26 color230
|
||||
color quoted1 color37 color230
|
||||
color quoted2 color172 color230
|
||||
color quoted3 color124 color230
|
||||
color quoted4 color130 color230
|
||||
|
||||
color signature color246 color230
|
||||
color bold color252 color230
|
||||
color underline color252 color230
|
||||
color normal color239 color230
|
||||
#
|
||||
color body color236 color230 "[;:][-o][)/(|]" # emoticons
|
||||
color body color236 color230 "[;:][)(|]" # emoticons
|
||||
color body color236 color230 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
||||
color body color236 color230 "[ ][*][^*]*[*][ ]?" # more emoticon?
|
||||
color body color236 color230 "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
||||
|
||||
## pgp
|
||||
|
||||
color body color124 color230 "(BAD signature)"
|
||||
color body color37 color230 "(Good signature)"
|
||||
color body color230 color230 "^gpg: Good signature .*"
|
||||
color body color242 color230 "^gpg: "
|
||||
color body color242 color124 "^gpg: BAD signature from.*"
|
||||
mono body bold "^gpg: Good signature"
|
||||
mono body bold "^gpg: BAD signature from.*"
|
||||
|
||||
# yes, an insance URL regex
|
||||
color body color124 color230 "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
||||
# and a heavy handed email regex
|
||||
#color body J_magent color230 "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
||||
|
||||
# Various smilies and the like
|
||||
#color body color233 color230 "<[Gg]>" # <g>
|
||||
#color body color233 color230 "<[Bb][Gg]>" # <bg>
|
||||
#color body color172 color230 " [;:]-*[})>{(<|]" # :-) etc...
|
||||
# *bold*
|
||||
#color body color26 color230 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
# _underline_
|
||||
#color body color26 color230 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
# /italic/ (Sometimes gets directory names)
|
||||
#color body color26 color230 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
|
||||
# Border lines.
|
||||
#color body color26 color230 "( *[-+=#*~_]){6,}"
|
||||
|
||||
#folder-hook . "color status J_black J_status "
|
||||
#folder-hook gmail/inbox "color status J_black color172 "
|
||||
#folder-hook gmail/important "color status J_black color172 "
|
||||
|
151
mutt-colors-solarized/mutt-colors-solarized-template.muttrc
Normal file
151
mutt-colors-solarized/mutt-colors-solarized-template.muttrc
Normal file
|
@ -0,0 +1,151 @@
|
|||
# vim: filetype=muttrc
|
||||
|
||||
#
|
||||
#
|
||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
||||
|
||||
# custom body highlights -----------------------------------------------
|
||||
# highlight my name and other personally relevant strings
|
||||
#color body J_yellow J_bg "(ethan|schoonover)"
|
||||
# custom index highlights ----------------------------------------------
|
||||
# messages which mention my name in the body
|
||||
#color index J_yellow J_bg "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
||||
#color index J_cream J_base3 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
||||
#color index J_yellow J_cyan "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
||||
#color index J_yellow J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
||||
## messages which are in reference to my mails
|
||||
#color index J_magent J_bg "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
||||
#color index J_magent J_base3 "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
||||
#color index J_magent J_cyan "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
||||
#color index J_magent J_red "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
||||
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color normal J_base00 J_bg
|
||||
color error J_red J_bg
|
||||
color tilde J_base02 J_bg
|
||||
color message J_cyan J_bg
|
||||
color markers J_red J_base2
|
||||
color attachment J_base2 J_bg
|
||||
color search J_violet J_bg
|
||||
#color status J_black J_status
|
||||
color status J_statusfg J_statusbg
|
||||
color indicator J_base03 J_yellow
|
||||
color tree J_yellow J_bg # arrow in threads
|
||||
|
||||
# basic monocolor screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
|
||||
# index ----------------------------------------------------------------
|
||||
|
||||
#color index J_red J_bg "~D(!~p|~p)" # deleted
|
||||
#color index J_base02 J_bg ~F # flagged
|
||||
#color index J_orange J_bg ~= # duplicate messages
|
||||
#color index J_base01 J_bg "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
||||
#color index J_base J_bg "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
||||
color index J_red J_bg "~A" # all messages
|
||||
color index J_orange J_bg "~E" # expired messages
|
||||
color index J_blue J_bg "~N" # new messages
|
||||
color index J_blue J_bg "~O" # old messages
|
||||
color index J_violet J_bg "~Q" # messages that have been replied to
|
||||
color index J_base01 J_bg "~R" # read messages
|
||||
color index J_blue J_bg "~U" # unread messages
|
||||
color index J_blue J_bg "~U~$" # unread, unreferenced messages
|
||||
color index J_base00 J_bg "~v" # messages part of a collapsed thread
|
||||
color index J_base00 J_bg "~P" # messages from me
|
||||
color index J_cyan J_bg "~p!~F" # messages to me
|
||||
color index J_cyan J_bg "~N~p!~F" # new messages to me
|
||||
color index J_cyan J_bg "~U~p!~F" # unread messages to me
|
||||
color index J_base01 J_bg "~R~p!~F" # messages to me
|
||||
color index J_red J_bg "~F" # flagged messages
|
||||
color index J_red J_bg "~F~p" # flagged messages to me
|
||||
color index J_red J_bg "~N~F" # new flagged messages
|
||||
color index J_red J_bg "~N~F~p" # new flagged messages to me
|
||||
color index J_red J_bg "~U~F~p" # new flagged messages to me
|
||||
color index J_base02 J_red "~D" # deleted messages
|
||||
color index J_base1 J_bg "~v~(!~N)" # collapsed thread with no unread
|
||||
color index J_yellow J_bg "~v~(~N)" # collapsed thread with some unread
|
||||
color index J_green J_bg "~N~v~(~N)" # collapsed thread with unread parent
|
||||
# statusbg used to indicated flagged when foreground color shows other status
|
||||
# for collapsed thread
|
||||
color index J_red J_statusbg "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
||||
color index J_yellow J_statusbg "~v~(~F~N)" # collapsed thread with some unread & flagged
|
||||
color index J_green J_statusbg "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
||||
color index J_green J_statusbg "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
||||
color index J_cyan J_statusbg "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
||||
color index J_yellow J_red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
||||
#color index J_yellow J_bg "~(~N)" # messages in threads with some unread
|
||||
#color index J_green J_bg "~S" # superseded messages
|
||||
#color index J_red J_bg "~T" # tagged messages
|
||||
#color index J_orange J_red "~=" # duplicated messages
|
||||
|
||||
# message headers ------------------------------------------------------
|
||||
|
||||
#color header J_base01 J_bg "^"
|
||||
color hdrdefault J_base01 J_bg
|
||||
color header J_base00 J_bg "^(From)"
|
||||
color header J_blue J_bg "^(Subject)"
|
||||
|
||||
# body -----------------------------------------------------------------
|
||||
|
||||
color quoted J_blue J_bg
|
||||
color quoted1 J_cyan J_bg
|
||||
color quoted2 J_yellow J_bg
|
||||
color quoted3 J_red J_bg
|
||||
color quoted4 J_orange J_bg
|
||||
|
||||
color signature J_base01 J_bg
|
||||
color bold J_base02 J_bg
|
||||
color underline J_base02 J_bg
|
||||
color normal J_fg J_bg
|
||||
#
|
||||
color body J_base1 J_bg "[;:][-o][)/(|]" # emoticons
|
||||
color body J_base1 J_bg "[;:][)(|]" # emoticons
|
||||
color body J_base1 J_bg "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
||||
color body J_base1 J_bg "[ ][*][^*]*[*][ ]?" # more emoticon?
|
||||
color body J_base1 J_bg "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
||||
|
||||
## pgp
|
||||
|
||||
color body J_red J_bg "(BAD signature)"
|
||||
color body J_cyan J_bg "(Good signature)"
|
||||
color body J_base03 J_bg "^gpg: Good signature .*"
|
||||
color body J_base00 J_bg "^gpg: "
|
||||
color body J_base00 J_red "^gpg: BAD signature from.*"
|
||||
mono body bold "^gpg: Good signature"
|
||||
mono body bold "^gpg: BAD signature from.*"
|
||||
|
||||
# yes, an insance URL regex
|
||||
color body J_red J_bg "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
||||
# and a heavy handed email regex
|
||||
#color body J_magent J_bg "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
||||
|
||||
# Various smilies and the like
|
||||
#color body J_base3 J_bg "<[Gg]>" # <g>
|
||||
#color body J_base3 J_bg "<[Bb][Gg]>" # <bg>
|
||||
#color body J_yellow J_bg " [;:]-*[})>{(<|]" # :-) etc...
|
||||
# *bold*
|
||||
#color body J_blue J_bg "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
||||
# _underline_
|
||||
#color body J_blue J_bg "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
||||
# /italic/ (Sometimes gets directory names)
|
||||
#color body J_blue J_bg "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
||||
|
||||
# Border lines.
|
||||
#color body J_blue J_bg "( *[-+=#*~_]){6,}"
|
||||
|
||||
#folder-hook . "color status J_black J_status "
|
||||
#folder-hook gmail/inbox "color status J_black J_yellow "
|
||||
#folder-hook gmail/important "color status J_black J_yellow "
|
||||
|
93
mutt-colors-solarized/mutt-compile-colors.sh
Executable file
93
mutt-colors-solarized/mutt-compile-colors.sh
Executable file
|
@ -0,0 +1,93 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Janus is a flexible monotone based palette with balanced accent colors.
|
||||
# The accent palette is designed with precise color relationships to the base
|
||||
# hue. Janus displays well on output devices with wide gamma variation.
|
||||
# It scales down to a tight five color palette for layout work and can be used
|
||||
# in full palette mode for terminal applications and is available as
|
||||
# colorschemes for popular command line applications and terminal emulators.
|
||||
#
|
||||
# Download from: http://ethanschoonover.com/janus
|
||||
#
|
||||
# JANUS 16/8 TERMCOLOR HEX XTERM XTERM HEX L*A*B
|
||||
# base03 8/4 br black #00151b 233 #121212 05 -07 -07
|
||||
# base02 0/4 black #17282e 234 #1c1c1c 15 -06 -06
|
||||
# base01 10/7 br green #3b494e 236 #303030 30 -05 -05
|
||||
# base00 11/7 br yellow #5e6d73 239 #4e4e4e 45 -05 -05
|
||||
# base0 12/6 br blue #77878c 242 #6c6c6c 55 -05 -05
|
||||
# base1 14/4 br cyan #9eaeb4 246 #949494 70 -05 -05
|
||||
# base2 7/7 white #d2d5cf 252 #d0d0d0 85 -02 03
|
||||
# base3 15/7 br white #f7f0dd 230 #ffffd7 95 00 10
|
||||
# green 2/2 green #93a707 64 #548700 65 -20 65
|
||||
# yellow 3/3 yellow #b58900 172 #d78700 60 10 65
|
||||
# orange 9/3 br red #bb3e07 130 #af5f00 45 50 55
|
||||
# red 1/1 red #b71818 124 #af0000 35 60 45
|
||||
# magenta 5/5 magenta #d92983 161 #d7005f 50 70 -05
|
||||
# violet 13/5 br magenta #6c71c4 61 #5f5faf 50 15 -45
|
||||
# blue 4/4 blue #247ebb 26 #005fd7 50 -10 -40
|
||||
# cyan 6/6 cyan #3cafa5 37 #00afaf 65 -35 -05
|
||||
|
||||
cat > palette_dark.tmp <<SETPALETTEDARK
|
||||
J_base03 ,color233 ,brightblack ,
|
||||
J_base02 ,color234 ,black ,
|
||||
J_base01 ,color236 ,brightgreen ,
|
||||
J_base00 ,color239 ,brightyellow ,
|
||||
J_base0 ,color242 ,brightblue ,
|
||||
J_base1 ,color246 ,brightcyan ,
|
||||
J_base2 ,color252 ,white ,
|
||||
J_base3 ,color230 ,brightwhite ,
|
||||
J_green ,color64 ,green ,
|
||||
J_yellow ,color172 ,yellow ,
|
||||
J_orange ,color130 ,brightred ,
|
||||
J_red ,color124 ,red ,
|
||||
J_magenta ,color161 ,magenta ,
|
||||
J_violet ,color61 ,brightmagenta ,
|
||||
J_blue ,color26 ,blue ,
|
||||
J_cyan ,color37 ,cyan ,
|
||||
J_bg ,color233 ,default ,
|
||||
J_fg ,color242 ,default ,
|
||||
J_statusfg ,color239 ,brightyellow ,
|
||||
J_statusbg ,color234 ,black ,
|
||||
SETPALETTEDARK
|
||||
cat > palette_light.tmp <<SETPALETTELIGHT
|
||||
J_base3 ,color233 ,brightblack ,
|
||||
J_base2 ,color234 ,black ,
|
||||
J_base1 ,color236 ,brightgreen ,
|
||||
J_base0 ,color239 ,brightyellow ,
|
||||
J_base00 ,color242 ,brightblue ,
|
||||
J_base01 ,color246 ,brightcyan ,
|
||||
J_base02 ,color252 ,white ,
|
||||
J_base03 ,color230 ,brightwhite ,
|
||||
J_green ,color64 ,green ,
|
||||
J_yellow ,color172 ,yellow ,
|
||||
J_orange ,color130 ,brightred ,
|
||||
J_red ,color124 ,red ,
|
||||
J_magenta ,color161 ,magenta ,
|
||||
J_violet ,color61 ,brightmagenta ,
|
||||
J_blue ,color26 ,blue ,
|
||||
J_cyan ,color37 ,cyan ,
|
||||
J_bg ,color230 ,default ,
|
||||
J_fg ,color239 ,default ,
|
||||
J_statusfg ,color242 ,brightblue ,
|
||||
J_statusbg ,color252 ,white ,
|
||||
SETPALETTELIGHT
|
||||
|
||||
MUTTSOURCE="mutt-colors-solarized-template.muttrc"
|
||||
MUTTTARGET="mutt-colors-solarized"
|
||||
MUTTSUFFIX=".muttrc"
|
||||
rm "$MUTTTARGET-dark-256$MUTTSUFFIX"
|
||||
rm "$MUTTTARGET-dark-16$MUTTSUFFIX"
|
||||
rm "$MUTTTARGET-light-256$MUTTSUFFIX"
|
||||
rm "$MUTTTARGET-light-16$MUTTSUFFIX"
|
||||
|
||||
awk 'NR==FNR {a[$1]=$2;next} {for ( i in a) gsub(i,a[i])}1' FS="," \
|
||||
palette_dark.tmp $MUTTSOURCE > "$MUTTTARGET-dark-256$MUTTSUFFIX"
|
||||
awk 'NR==FNR {a[$1]=$3;next} {for ( i in a) gsub(i,a[i])}1' FS="," \
|
||||
palette_dark.tmp $MUTTSOURCE > "$MUTTTARGET-dark-16$MUTTSUFFIX"
|
||||
awk 'NR==FNR {a[$1]=$2;next} {for ( i in a) gsub(i,a[i])}1' FS="," \
|
||||
palette_light.tmp $MUTTSOURCE > "$MUTTTARGET-light-256$MUTTSUFFIX"
|
||||
awk 'NR==FNR {a[$1]=$3;next} {for ( i in a) gsub(i,a[i])}1' FS="," \
|
||||
palette_light.tmp $MUTTSOURCE > "$MUTTTARGET-light-16$MUTTSUFFIX"
|
||||
|
||||
rm palette_light.tmp
|
||||
rm palette_dark.tmp
|
Loading…
Reference in a new issue