diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-02-21 12:18:32 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-02-21 16:46:29 +0000 |
commit | b9ea238dd7e8a56b1d171cdc76e405bb2a8584dd (patch) | |
tree | d693deb61965b724cd8630e0a061e5e762341c9c /mutt/.mutt/colors | |
parent | 68d822599f074c24505eea2329bfc80e2745feab (diff) |
Improve i3 status
Diffstat (limited to 'mutt/.mutt/colors')
-rw-r--r-- | mutt/.mutt/colors/base.muttrc | 29 | ||||
-rw-r--r-- | mutt/.mutt/colors/nord.muttrc | 6 | ||||
-rw-r--r-- | mutt/.mutt/colors/solarized.light.muttrc | 5 |
3 files changed, 40 insertions, 0 deletions
diff --git a/mutt/.mutt/colors/base.muttrc b/mutt/.mutt/colors/base.muttrc new file mode 100644 index 0000000..7bc1aae --- /dev/null +++ b/mutt/.mutt/colors/base.muttrc @@ -0,0 +1,29 @@ +color normal color247 default +color attachment color110 default +color error red default +color search brightmagenta default +color status color107 color8 +color indicator color232 color178 + +color sidebar_divider color100 default +color sidebar_flagged color6 default +color sidebar_indicator color232 color178 +color sidebar_new color2 default + +color index color248 default "~R" +color index color69 default "~N" +color index color140 default "~U" +color index color2 default "~Q" +color index color1 default "~D" +color index color136 default "~F" + +color quoted cyan default +color quoted1 magenta default +color quoted2 red default + +color header green default "^(From)" +color header yellow default "^(To)" +color header magenta default "^(Subject)" +color header red default "^(CC)" + +# vim: ft=muttrc diff --git a/mutt/.mutt/colors/nord.muttrc b/mutt/.mutt/colors/nord.muttrc new file mode 100644 index 0000000..977750d --- /dev/null +++ b/mutt/.mutt/colors/nord.muttrc @@ -0,0 +1,6 @@ +color status green black +color index color14 default "~F" +color index color13 default "~O" +color index color13 default "~N" + +# vim: ft=muttrc diff --git a/mutt/.mutt/colors/solarized.light.muttrc b/mutt/.mutt/colors/solarized.light.muttrc new file mode 100644 index 0000000..2d4d05a --- /dev/null +++ b/mutt/.mutt/colors/solarized.light.muttrc @@ -0,0 +1,5 @@ +color status green white +color normal color11 default +color index color11 default "~R" + +# vim: ft=muttrc |