diff --git a/mutt-colors-solarized-dark-256.muttrc b/mutt-colors-solarized-dark-256.muttrc index 1c500d7..125368c 100644 --- a/mutt-colors-solarized-dark-256.muttrc +++ b/mutt-colors-solarized-dark-256.muttrc @@ -7,13 +7,13 @@ # custom body highlights ----------------------------------------------- # highlight my name and other personally relevant strings -#color body color172 color233 "(ethan|schoonover)" +#color body color136 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 color136 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" +#color index color136 color37 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P" +#color index color136 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" @@ -24,17 +24,17 @@ # base03, bg, black, any of the non brights # basic colors --------------------------------------------------------- -color normal color239 color233 +color normal color240 color233 color error color124 color233 color tilde color234 color233 color message color37 color233 -color markers color124 color252 -color attachment color252 color233 +color markers color124 color253 +color attachment color253 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 +color status color240 color234 +color indicator color233 color136 +color tree color136 color233 # arrow in threads # basic monocolor screen mono bold bold @@ -46,80 +46,80 @@ mono error bold #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 color166 color233 ~= # duplicate messages +#color index color239 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 color166 color233 "~E" # expired messages +color index color33 color233 "~N" # new messages +color index color33 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 color239 color233 "~R" # read messages +color index color33 color233 "~U" # unread messages +color index color33 color233 "~U~$" # unread, unreferenced messages +color index color240 color233 "~v" # messages part of a collapsed thread +color index color240 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 color239 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 color245 color233 "~v~(!~N)" # collapsed thread with no unread +color index color136 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 color136 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 color136 color124 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) +#color index color136 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 +#color index color166 color124 "~=" # duplicated messages # message headers ------------------------------------------------------ -#color header color236 color233 "^" -color hdrdefault color236 color233 -color header color239 color233 "^(From)" -color header color26 color233 "^(Subject)" +#color header color239 color233 "^" +color hdrdefault color239 color233 +color header color240 color233 "^(From)" +color header color33 color233 "^(Subject)" # body ----------------------------------------------------------------- -color quoted color26 color233 +color quoted color33 color233 color quoted1 color37 color233 -color quoted2 color172 color233 +color quoted2 color136 color233 color quoted3 color124 color233 -color quoted4 color130 color233 +color quoted4 color166 color233 -color signature color236 color233 +color signature color239 color233 color bold color234 color233 color underline color234 color233 -color normal color242 color233 +color normal color244 color233 # -color body color246 color233 "[;:][-o][)/(|]" # emoticons -color body color246 color233 "[;:][)(|]" # emoticons -color body color246 color233 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\ +color body color245 color233 "[;:][-o][)/(|]" # emoticons +color body color245 color233 "[;:][)(|]" # emoticons +color body color245 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? +color body color245 color233 "[ ][*][^*]*[*][ ]?" # more emoticon? +color body color245 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.*" +color body color240 color233 "^gpg: " +color body color240 color124 "^gpg: BAD signature from.*" mono body bold "^gpg: Good signature" mono body bold "^gpg: BAD signature from.*" @@ -131,21 +131,21 @@ color body color124 color233 "([a-z][a-z0-9+-]*://(((([a- # Various smilies and the like #color body color230 color233 "<[Gg]>" # #color body color230 color233 "<[Bb][Gg]>" # -#color body color172 color233 " [;:]-*[})>{(<|]" # :-) etc... +#color body color136 color233 " [;:]-*[})>{(<|]" # :-) etc... # *bold* -#color body color26 color233 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" +#color body color33 color233 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" #mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" # _underline_ -#color body color26 color233 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)" +#color body color33 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:]]|$)" +#color body color33 color233 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" #mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" # Border lines. -#color body color26 color233 "( *[-+=#*~_]){6,}" +#color body color33 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 " +#folder-hook gmail/inbox "color status J_black color136 " +#folder-hook gmail/important "color status J_black color136 " diff --git a/mutt-colors-solarized-light-256.muttrc b/mutt-colors-solarized-light-256.muttrc index 326391f..b65aa67 100644 --- a/mutt-colors-solarized-light-256.muttrc +++ b/mutt-colors-solarized-light-256.muttrc @@ -7,13 +7,13 @@ # custom body highlights ----------------------------------------------- # highlight my name and other personally relevant strings -#color body color172 color230 "(ethan|schoonover)" +#color body color136 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 color136 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" +#color index color136 color37 "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P" +#color index color136 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" @@ -24,17 +24,17 @@ # base03, bg, black, any of the non brights # basic colors --------------------------------------------------------- -color normal color242 color230 +color normal color244 color230 color error color124 color230 -color tilde color252 color230 +color tilde color253 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 +color status color244 color253 +color indicator color230 color136 +color tree color136 color230 # arrow in threads # basic monocolor screen mono bold bold @@ -45,81 +45,81 @@ 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 color253 color230 ~F # flagged +#color index color166 color230 ~= # duplicate messages +#color index color245 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 color166 color230 "~E" # expired messages +color index color33 color230 "~N" # new messages +color index color33 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 color245 color230 "~R" # read messages +color index color33 color230 "~U" # unread messages +color index color33 color230 "~U~$" # unread, unreferenced messages +color index color244 color230 "~v" # messages part of a collapsed thread +color index color244 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 color245 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 color253 color124 "~D" # deleted messages +color index color239 color230 "~v~(!~N)" # collapsed thread with no unread +color index color136 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 color124 color253 "~v~(~F)!~N" # collapsed thread with flagged, no unread +color index color136 color253 "~v~(~F~N)" # collapsed thread with some unread & flagged +color index color64 color253 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged +color index color64 color253 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged +color index color37 color253 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly +color index color136 color124 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) +#color index color136 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 +#color index color166 color124 "~=" # duplicated messages # message headers ------------------------------------------------------ -#color header color246 color230 "^" -color hdrdefault color246 color230 -color header color242 color230 "^(From)" -color header color26 color230 "^(Subject)" +#color header color245 color230 "^" +color hdrdefault color245 color230 +color header color244 color230 "^(From)" +color header color33 color230 "^(Subject)" # body ----------------------------------------------------------------- -color quoted color26 color230 +color quoted color33 color230 color quoted1 color37 color230 -color quoted2 color172 color230 +color quoted2 color136 color230 color quoted3 color124 color230 -color quoted4 color130 color230 +color quoted4 color166 color230 -color signature color246 color230 -color bold color252 color230 -color underline color252 color230 -color normal color239 color230 +color signature color245 color230 +color bold color253 color230 +color underline color253 color230 +color normal color240 color230 # -color body color236 color230 "[;:][-o][)/(|]" # emoticons -color body color236 color230 "[;:][)(|]" # emoticons -color body color236 color230 "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\ +color body color239 color230 "[;:][-o][)/(|]" # emoticons +color body color239 color230 "[;:][)(|]" # emoticons +color body color239 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? +color body color239 color230 "[ ][*][^*]*[*][ ]?" # more emoticon? +color body color239 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.*" +color body color244 color230 "^gpg: " +color body color244 color124 "^gpg: BAD signature from.*" mono body bold "^gpg: Good signature" mono body bold "^gpg: BAD signature from.*" @@ -131,21 +131,21 @@ color body color124 color230 "([a-z][a-z0-9+-]*://(((([a- # Various smilies and the like #color body color233 color230 "<[Gg]>" # #color body color233 color230 "<[Bb][Gg]>" # -#color body color172 color230 " [;:]-*[})>{(<|]" # :-) etc... +#color body color136 color230 " [;:]-*[})>{(<|]" # :-) etc... # *bold* -#color body color26 color230 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" +#color body color33 color230 "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" #mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" # _underline_ -#color body color26 color230 "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)" +#color body color33 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:]]|$)" +#color body color33 color230 "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" #mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" # Border lines. -#color body color26 color230 "( *[-+=#*~_]){6,}" +#color body color33 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 " +#folder-hook gmail/inbox "color status J_black color136 " +#folder-hook gmail/important "color status J_black color136 " diff --git a/mutt-compile-colors.sh b/mutt-compile-colors.sh index f30d4a5..1518347 100755 --- a/mutt-compile-colors.sh +++ b/mutt-compile-colors.sh @@ -1,75 +1,71 @@ #!/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 +# --------------------------------------------------------------------- +# SOLARIZED color values +# --------------------------------------------------------------------- +# Download palettes and files from: http://ethanschoonover.com/solarized +# +# SOLARIZED HEX 16/8 TERMCOL XTERM/HEX L*A*B RGB HSB +# --------- ------- ---- ------- ----------- ---------- ----------- ----------- +# base03 #091e25 8/4 brblack 233 #121212 10 -07 -07 9 30 37 194 75 14 +# base02 #14292f 0/4 black 234 #1c1c1c 15 -07 -07 20 41 47 194 58 19 +# base01 #4c6269 10/7 brgreen 239 #4e4e4e 40 -07 -07 76 98 105 195 27 41 +# base00 #586e76 11/7 bryellow 240 #585858 45 -07 -07 88 110 118 195 25 46 +# base0 #829494 12/6 brblue 244 #808080 60 -07 -02 130 148 148 178 13 58 +# base1 #8fa2a1 14/4 brcyan 245 #8a8a8a 65 -07 -02 143 162 161 178 12 63 +# base2 #e2e3d9 7/7 white 253 #dadada 90 -02 05 226 227 217 70 5 89 +# base3 #f7f0dd 15/7 brwhite 230 #ffffd7 95 00 10 247 240 221 44 11 97 +# yellow #b58900 3/3 yellow 136 #af8700 60 10 65 181 137 0 45 100 71 +# orange #cb4b16 9/3 brred 166 #d75f00 50 50 55 203 75 22 18 89 80 +# red #bd000f 1/1 red 124 #af0000 40 65 50 189 0 15 355 100 74 +# magenta #c42376 5/5 magenta 125 #af005f 45 65 -05 196 35 118 329 82 77 +# violet #6c71c4 13/5 brmagenta 61 #5f5faf 50 15 -45 108 113 196 237 45 77 +# blue #268bd2 4/4 blue 33 #0087ff 55 -10 -45 38 139 210 205 82 82 +# cyan #2aa198 6/6 cyan 37 #00afaf 60 -35 -05 42 161 152 175 74 63 +# green #859900 2/2 green 64 #5f8700 60 -20 65 133 153 0 68 100 60 cat > palette_dark.tmp < palette_light.tmp <