Created
April 18, 2018 19:31
-
-
Save Evidlo/e42222241c5f9a8f79a8ffd38a0acd2b to your computer and use it in GitHub Desktop.
Neomutt Monokai Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Evan Widloski - 2018-04-18 | |
# Neomutt Monokai Theme | |
#---------- Colors ---------- | |
set my_background = "color234" | |
set my_gray = "color245" | |
set my_magenta = "color198" | |
set my_brightmagenta = "brightcolor198" | |
set my_green = "color112" | |
set my_brightgreen = "brightcolor112" | |
set my_red = "color160" | |
set my_darkgray = "color235" | |
set my_tan = "color185" | |
set my_blue = "color81" | |
set my_lavender = "color141" | |
# index menu | |
color index $my_gray $my_background ".*" | |
color index_date $my_magenta $my_background | |
color index_subject white $my_background "~R" | |
color index_subject brightwhite $my_background "~U" | |
color index_author $my_green $my_background "~R" | |
color index_author $my_brightgreen $my_background "~U" | |
# message display | |
color normal white $my_background | |
color error $my_red $my_background | |
color tilde $my_darkgray $my_background | |
color message white $my_background | |
color markers $my_red white | |
color attachment white $my_background | |
color bold brightwhite $my_background | |
color underline brightcolor81 $my_background | |
color quoted $my_tan $my_background | |
color quoted1 $my_blue $my_background | |
color quoted2 $my_green $my_background | |
color quoted3 $my_lavender $my_background | |
color hdrdefault $my_gray $my_background | |
color header brightwhite $my_background "^(Subject)" | |
color search $my_lavender $my_background | |
color status $my_gray $my_darkgray | |
# header/footer menu | |
color indicator $my_background $my_tan | |
# thread tree arrows | |
color tree $my_tan $my_background |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment