Add mutt-colors-solarized repo
Source the light theme (which turns out to be a dark them instead...) in my muttrc.
This commit is contained in:
parent
aa32680758
commit
677e121b7a
3 changed files with 6 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -31,3 +31,6 @@
|
|||
[submodule "vim/bundle/repeat"]
|
||||
path = vim/bundle/repeat
|
||||
url = https://github.com/tpope/vim-repeat
|
||||
[submodule "mutt/mutt-colors-solarized"]
|
||||
path = mutt/mutt-colors-solarized
|
||||
url = https://github.com/altercation/mutt-colors-solarized.git
|
||||
|
|
1
mutt/mutt-colors-solarized
Submodule
1
mutt/mutt-colors-solarized
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3b23c55eb43849975656dd89e3f35dacd2b93e69
|
5
muttrc
5
muttrc
|
@ -31,6 +31,5 @@ set include=yes
|
|||
set record=+sent
|
||||
set postponed=+drafts
|
||||
|
||||
# Colors
|
||||
color normal default default
|
||||
color tree brightred default
|
||||
# Solarized (light theme) colors
|
||||
source ~/.mutt/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue