mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix colors to be more spacechalk, and less neonwolf
This commit is contained in:
parent
9f0d22603c
commit
3096dac9f3
4 changed files with 144 additions and 115 deletions
|
@ -12,8 +12,8 @@ set send_charset = "utf-8"
|
|||
set assumed_charset = "iso-8859-1"
|
||||
|
||||
# --------------------------- Themeing --------------------------- #
|
||||
# extremely neon color theme
|
||||
source ~/.config/neomutt/themes/neonwolf/mutt-colors-neonwolf-256.muttrc
|
||||
# basic space_chalk color theme
|
||||
source ~/.config/neomutt/themes/spacechalk/neomutt_spacechalk_colors.muttrc
|
||||
|
||||
# powerline theme
|
||||
source ~/.config/neomutt/themes/powerline/powerline.neomuttrc
|
||||
|
|
|
@ -1,113 +0,0 @@
|
|||
# Neonwolf Color Scheme for Mutt
|
||||
# Based mostly on the colors from the badwolf lightline theme
|
||||
# Project: https://gitlab.com/h3xx/mutt-colors-neonwolf
|
||||
|
||||
# custom body highlights -----------------------------------------------
|
||||
|
||||
# custom index highlights ----------------------------------------------
|
||||
|
||||
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# style notes:
|
||||
# when bg=235, that's a highlighted message
|
||||
# normal bg=233
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color error color196 color235 # message line error text
|
||||
color tilde color81 color233 # vi-like tildes marking blank lines
|
||||
color message color82 color235
|
||||
color markers brightcolor232 color222 # wrapped-line /^\+/ markers
|
||||
color attachment brightcolor165 color235 # attachment headers
|
||||
color search color232 color154 # search patterns in pager
|
||||
color status brightcolor232 color39
|
||||
color indicator brightcolor232 color154 # selected email in index
|
||||
color tree brightcolor165 color233 # arrow in threads (`-->')
|
||||
|
||||
# basic monochrome screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
mono header bold "^(From|Subject|Date|To|Cc|Bcc):"
|
||||
mono quoted bold
|
||||
|
||||
# index ----------------------------------------------------------------
|
||||
|
||||
color index color160 color233 "~A" # all messages
|
||||
color index color166 color233 "~E" # expired messages
|
||||
color index brightcolor154 color233 "~N" # new messages
|
||||
color index color154 color233 "~O" # old messages
|
||||
color index color244 color233 "~R" # read messages
|
||||
color index brightcolor39 color233 "~Q" # messages that have been replied to
|
||||
color index brightcolor154 color233 "~U" # unread messages
|
||||
color index brightcolor154 color233 "~U~$" # unread, unreferenced messages
|
||||
color index color222 color233 "~v" # messages part of a collapsed thread
|
||||
color index color222 color233 "~P" # messages from me
|
||||
#color index color39 color233 "~p!~F" # messages to me
|
||||
#color index color39 color233 "~N~p!~F" # new messages to me
|
||||
#color index color39 color233 "~U~p!~F" # unread messages to me
|
||||
#color index color244 color233 "~R~p!~F" # messages to me
|
||||
color index brightcolor165 color233 "~F" # flagged messages
|
||||
color index brightcolor165 color233 "~F~p" # flagged messages to me
|
||||
color index brightcolor165 color233 "~N~F" # new flagged messages
|
||||
color index brightcolor165 color233 "~N~F~p" # new flagged messages to me
|
||||
color index brightcolor165 color233 "~U~F~p" # new flagged messages to me
|
||||
color index color232 color196 "!~N ~D" # deleted messages
|
||||
color index color232 color196 "~N ~D" # deleted new messages
|
||||
color index color244 color233 "~v~(!~N)" # collapsed thread with no unread
|
||||
color index color81 color233 "~v~(~N)" # collapsed thread with some unread
|
||||
color index color81 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 color160 color233 "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
||||
color index color81 color233 "~v~(~F~N)" # collapsed thread with some unread & flagged
|
||||
color index color81 color233 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
||||
color index color81 color233 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
||||
color index color39 color233 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
||||
color index color81 color160 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
||||
color index color222 color233 "~T" # tagged messages
|
||||
color index brightcolor222 color233 "~T~F" # tagged, flagged messages
|
||||
color index brightcolor222 color233 "~T~N" # tagged, new messages
|
||||
color index brightcolor222 color233 "~T~U" # tagged, unread messages
|
||||
|
||||
# message headers ------------------------------------------------------
|
||||
|
||||
color hdrdefault brightcolor222 color235
|
||||
color header brightcolor39 color235 "^(From|To|Cc|Bcc)"
|
||||
color header brightcolor165 color235 "^(Subject|Date)"
|
||||
|
||||
# body -----------------------------------------------------------------
|
||||
|
||||
color quoted color39 color235
|
||||
color quoted1 color165 color235
|
||||
color quoted2 color39 color235
|
||||
color quoted3 color222 color235
|
||||
color quoted4 color166 color235
|
||||
color signature color81 color235 # everything below /^--\s*$/
|
||||
|
||||
color bold color255 color233
|
||||
color underline color233 color244
|
||||
color normal color244 color233
|
||||
|
||||
## pgp
|
||||
|
||||
color body color160 color233 "(BAD signature)"
|
||||
color body color39 color233 "(Good signature)"
|
||||
color body color235 color233 "^gpg: Good signature .*"
|
||||
color body color241 color233 "^gpg: "
|
||||
color body color241 color160 "^gpg: BAD signature from.*"
|
||||
mono body bold "^gpg: Good signature"
|
||||
mono body bold "^gpg: BAD signature from.*"
|
||||
|
||||
# yes, an insane URL regex
|
||||
color body brightcolor39 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 brightcolor39 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]\\])"
|
||||
|
||||
# simplified regex for URL & email
|
||||
#color body magenta default "(ftp|https?|gopher|news|telnet|finger)://[^ \"\t\r\n]+"
|
||||
#color body magenta default "[-a-z_0-9.]+@[-a-z_0-9.]+"
|
||||
|
||||
# vi: ft=muttrc ts=4 sw=4 sts=4 et
|
|
@ -92,6 +92,8 @@ tag-formats "replied" "GR" \
|
|||
"signed" "GS" \
|
||||
"attachment" "GA" \
|
||||
|
||||
# color69 is cornflower_blue
|
||||
|
||||
# I think its first color as the background and second color as the foreground
|
||||
color status white black
|
||||
# powerline status bar hack
|
||||
|
|
|
@ -0,0 +1,140 @@
|
|||
# Space Chalk Theme for NeoMutt
|
||||
#
|
||||
# Based on Neonwolf Color Scheme for Mutt:
|
||||
# https://gitlab.com/h3xx/mutt-colors-neonwolf
|
||||
|
||||
# ------------------- custom index highlights --------------------------------
|
||||
# for background in 16 color terminal, valid background colors include:
|
||||
# base03, bg, black, any of the non brights
|
||||
|
||||
# style notes:
|
||||
# when bg=237, that's a highlighted message
|
||||
# normal bg=234
|
||||
|
||||
# color69 - cornflower blue
|
||||
# color81 - SteelBlue1
|
||||
# color154 - GreenYellow, softer neon green
|
||||
# color160 - Red3 - a darker red - too dark
|
||||
# color207 - MediumOrchid1 - soft magenta
|
||||
# color204 - IndianRed1 like a softer pinkish
|
||||
# color214 - Orange1 - slightly light orange
|
||||
# color227 - LightGoldenrod1 - slightly pale yellow
|
||||
# color232 - blackest gray
|
||||
# color234 - extremely dark gray
|
||||
# color237 - dark gray
|
||||
# color241 - Grey39 - medium gray
|
||||
# color244 - Grey50 - lighter medium gray
|
||||
# color255 - Grey93 - lightest gray before write
|
||||
|
||||
# Color syntax example for: Make error messages white text on a red background
|
||||
# color error white red
|
||||
|
||||
# basic colors ---------------------------------------------------------
|
||||
color error color204 color237 # message line error text
|
||||
color tilde color81 color234 # vi-like tildes marking blank lines
|
||||
color message color154 color237
|
||||
color markers brightcolor232 color227 # wrapped-line /^\+/ markers
|
||||
color attachment brightcolor207 color237 # attachment headers
|
||||
color search color232 color154 # search patterns in pager
|
||||
color status brightcolor232 color69
|
||||
color indicator brightcolor214 color237 # selected email in index
|
||||
color tree brightcolor207 color234 # arrow in threads (`-->')
|
||||
|
||||
# basic monochrome screen
|
||||
mono bold bold
|
||||
mono underline underline
|
||||
mono indicator reverse
|
||||
mono error bold
|
||||
mono header bold "^(From|Subject|Date|To|Cc|Bcc):"
|
||||
mono quoted bold
|
||||
|
||||
# index ----------------------------------------------------------------
|
||||
|
||||
color index color160 color234 "~A" # all messages
|
||||
color index color214 color234 "~E" # expired messages
|
||||
color index brightcolor154 color234 "~N" # new messages
|
||||
color index color154 color234 "~O" # old messages
|
||||
color index color244 color234 "~R" # read messages
|
||||
color index brightcolor69 color234 "~Q" # messages that have been replied to
|
||||
color index brightcolor154 color234 "~U" # unread messages
|
||||
color index brightcolor154 color234 "~U~$" # unread, unreferenced messages
|
||||
color index color227 color234 "~v" # messages part of a collapsed thread
|
||||
color index color227 color234 "~P" # messages from me
|
||||
#color index color69 color234 "~p!~F" # messages to me
|
||||
#color index color69 color234 "~N~p!~F" # new messages to me
|
||||
#color index color69 color234 "~U~p!~F" # unread messages to me
|
||||
#color index color244 color234 "~R~p!~F" # messages to me
|
||||
color index brightcolor207 color234 "~F" # flagged messages
|
||||
color index brightcolor207 color234 "~F~p" # flagged messages to me
|
||||
color index brightcolor207 color234 "~N~F" # new flagged messages
|
||||
color index brightcolor207 color234 "~N~F~p" # new flagged messages to me
|
||||
color index brightcolor207 color234 "~U~F~p" # new flagged messages to me
|
||||
color index color232 color204 "!~N ~D" # deleted messages
|
||||
color index color232 color204 "~N ~D" # deleted new messages
|
||||
color index color244 color234 "~v~(!~N)" # collapsed thread with no unread
|
||||
color index color81 color234 "~v~(~N)" # collapsed thread with some unread
|
||||
color index color81 color234 "~N~v~(~N)" # collapsed thread with unread parent
|
||||
|
||||
# statusbg used to indicated flagged when foreground color shows other status
|
||||
# for collapsed thread
|
||||
color index color160 color234 "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
||||
color index color81 color234 "~v~(~F~N)" # collapsed thread with some unread & flagged
|
||||
color index color81 color234 "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
||||
color index color81 color234 "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
||||
color index color69 color234 "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
||||
color index color81 color160 "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
||||
color index color227 color234 "~T" # tagged messages
|
||||
color index brightcolor227 color234 "~T~F" # tagged, flagged messages
|
||||
color index brightcolor227 color234 "~T~N" # tagged, new messages
|
||||
color index brightcolor227 color234 "~T~U" # tagged, unread messages
|
||||
|
||||
# message headers ------------------------------------------------------
|
||||
|
||||
color hdrdefault brightcolor227 color237
|
||||
color header brightcolor69 color237 "^(From|To|Cc|Bcc)"
|
||||
color header brightcolor207 color237 "^(Subject|Date)"
|
||||
|
||||
# body -----------------------------------------------------------------
|
||||
# color69 - cornflower blue
|
||||
# color81 - SteelBlue1
|
||||
# color207 - MediumOrchid1 - soft magenta
|
||||
# color214 - Orange1 - slightly light orange
|
||||
# color227 - LightGoldenrod1 - slightly pale yellow
|
||||
#
|
||||
# color234 - extremely dark gray
|
||||
# color237 - dark gray
|
||||
# color241 - Grey39 - medium gray
|
||||
# color244 - Grey50 - lighter medium gray
|
||||
# color255 - Grey93 - lightest gray before write
|
||||
|
||||
color quoted color69 color237
|
||||
color quoted1 color207 color237
|
||||
color quoted2 color69 color237
|
||||
color quoted3 color227 color237
|
||||
color quoted4 color214 color237
|
||||
color signature color81 color237 # everything below /^--\s*$/
|
||||
|
||||
color bold color255 color234
|
||||
color underline color234 color244
|
||||
color normal color244 color234
|
||||
|
||||
## pgp
|
||||
|
||||
color body color160 color234 "(BAD signature)"
|
||||
color body color69 color234 "(Good signature)"
|
||||
color body color237 color234 "^gpg: Good signature .*"
|
||||
color body color241 color234 "^gpg: "
|
||||
color body color241 color160 "^gpg: BAD signature from.*"
|
||||
mono body bold "^gpg: Good signature"
|
||||
mono body bold "^gpg: BAD signature from.*"
|
||||
|
||||
# yes, an insane URL regex
|
||||
color body brightcolor69 color234 "([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 brightcolor69 color234 "((@(([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]\\])"
|
||||
|
||||
# simplified regex for URL & email
|
||||
#color body magenta default "(ftp|https?|gopher|news|telnet|finger)://[^ \"\t\r\n]+"
|
||||
#color body magenta default "[-a-z_0-9.]+@[-a-z_0-9.]+"
|
||||
|
||||
# vi: ft=muttrc ts=4 sw=4 sts=4 et
|
Loading…
Add table
Add a link
Reference in a new issue