From 6df5a66e3f667518ed3e8e7ed0a6fc85d10d88d8 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 28 Jun 2019 20:29:22 +0200 Subject: [PATCH] mutt: use spacekookie theme --- .mutt/spacekookie.theme | 66 +++++++++++++++++++++++++++++++++++++++++ .muttrc | 3 +- 2 files changed, 68 insertions(+), 1 deletion(-) create mode 100644 .mutt/spacekookie.theme diff --git a/.mutt/spacekookie.theme b/.mutt/spacekookie.theme new file mode 100644 index 0000000..3125dee --- /dev/null +++ b/.mutt/spacekookie.theme @@ -0,0 +1,66 @@ +# Default index colors: +color index yellow default '.*' +color index_author red default '.*' +color index_number blue default +color index_subject cyan default '.*' + +# For new mail: +color index brightyellow black "~N" +color index_author brightred black "~N" +color index_subject brightcyan black "~N" + +# Header colors: +color header blue default ".*" +color header brightmagenta default "^(From)" +color header brightcyan default "^(Subject)" +color header brightwhite default "^(CC|BCC)" + +mono bold bold +mono underline underline +mono indicator reverse +mono error bold +color normal default default +color indicator brightblack white +color sidebar_highlight red default +color sidebar_divider brightblack black +color sidebar_flagged red black +color sidebar_new green black +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 brightyellow black +color hdrdefault brightgreen default +color quoted green default +color quoted1 blue default +color quoted2 cyan default +color quoted3 yellow default +color quoted4 red default +color quoted5 brightred default +color signature brightgreen default +color bold black default +color underline black default +color normal default default + +color body brightred default "[\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+" # Email addresses +color body brightblue default "(https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+" # URL +color body green default "\`[^\`]*\`" # Green text between ` and ` +color body brightblue default "^# \.*" # Headings as bold blue +color body brightcyan default "^## \.*" # Subheadings as bold cyan +color body brightgreen default "^### \.*" # Subsubheadings as bold green +color body yellow default "^(\t| )*(-|\\*) \.*" # List items as yellow +color body brightcyan default "[;:][-o][)/(|]" # emoticons +color body brightcyan default "[;:][)(|]" # emoticons +color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon? +color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon? +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.*" + diff --git a/.muttrc b/.muttrc index 13875fa..9ae854e 100644 --- a/.muttrc +++ b/.muttrc @@ -75,6 +75,7 @@ bind editor complete-query bind editor ^T complete bind index,pager S sidebar-toggle-visible -source ~/.mutt/dracula-theme/dracula.muttrc +#source ~/.mutt/dracula-theme/dracula.muttrc +source ~/.mutt/spacekookie.theme # vim: syntax=muttrc