aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
-rw-r--r--files/.mutt/colors52
m---------files/.mutt/mutt-colors-solarized0
3 files changed, 31 insertions, 25 deletions
diff --git a/.gitmodules b/.gitmodules
index 4b8f91c..9e255d5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,6 +4,10 @@
[submodule "zsh-completions"]
path = files/.zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
+# Mutt
+[submodule "mutt-colors-solarized"]
+ path = files/.mutt/mutt-colors-solarized
+ url = https://github.com/altercation/mutt-colors-solarized
# Vim bundles
[submodule "vim-pathogen"]
path = files/.vim/bundle/vim-pathogen
diff --git a/files/.mutt/colors b/files/.mutt/colors
index 227119d..b095827 100644
--- a/files/.mutt/colors
+++ b/files/.mutt/colors
@@ -1,33 +1,35 @@
+source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc
+
+###
+## Colors
##
-# Colors
-#
-color hdrdefault black cyan
-color quoted brightred black
-color signature magenta black
-color indicator brightwhite red
-color attachment black green
-color error red black
-color message white black
-color search brightwhite magenta
-color status brightyellow magenta
-color tree red black
-color normal white black
-color tilde green black
-color bold brightyellow black
-color markers red black
+#color hdrdefault black cyan
+#color quoted brightred black
+#color signature magenta black
+#color indicator brightwhite red
+#color attachment black green
+#color error red black
+#color message white black
+#color search brightwhite magenta
+#color status brightyellow magenta
+#color tree red black
+#color normal white black
+#color tilde green black
+#color bold brightyellow black
+#color markers red black
-# Highlights inside body of msg.
-color body brightblue black "(http|ftp)://[^ \"\t\r\n]*"
-color body brightblue black "mailto:[-a-z_0-9.]+@[-a-z0-9.]+"
-color body brightblue black "[-a-z_0-9.]+@[-a-z0-9_.]+"
-color body brightgreen black " [:;]-*[)>(<|]"
+## Highlights inside body of msg.
+#color body brightblue black "(http|ftp)://[^ \"\t\r\n]*"
+#color body brightblue black "mailto:[-a-z_0-9.]+@[-a-z0-9.]+"
+#color body brightblue black "[-a-z_0-9.]+@[-a-z0-9_.]+"
+#color body brightgreen black " [:;]-*[)>(<|]"
-color header brightwhite cyan "^(From|Subject):"
+#color header brightwhite cyan "^(From|Subject):"
-color index green black ~p
-color index black yellow ~F
+#color index green black ~p
+#color index black yellow ~F
-color sidebar_new yellow default
+#color sidebar_new yellow default
# vim: ft=muttrc
diff --git a/files/.mutt/mutt-colors-solarized b/files/.mutt/mutt-colors-solarized
new file mode 160000
+Subproject 3b23c55eb43849975656dd89e3f35dacd2b93e6