diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2024-02-09 22:02:40 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2024-02-09 22:02:40 +0800 |
| commit | 68d054306340d2df24c8bccc89531b8778b93dbb (patch) | |
| tree | 89e8edd937ac60cfd669a0c649381ccdccf7002b /.mutt/colors | |
| parent | 1dd01be62f11dbd132a5df090d93d916ab4c15d8 (diff) | |
| download | dotfiles-68d054306340d2df24c8bccc89531b8778b93dbb.tar.gz | |
OpenBSD dotfiles.
Diffstat (limited to '.mutt/colors')
| -rw-r--r-- | .mutt/colors | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.mutt/colors b/.mutt/colors new file mode 100644 index 0000000..843f753 --- /dev/null +++ b/.mutt/colors @@ -0,0 +1,23 @@ +# -*-muttrc-*- + +# Palette for use with the Linux console. Black background. + +color hdrdefault default default +color quoted default default +color signature default default +color attachment default default +color prompt default default +color message default default +color error default default +color indicator reverse default default +color status reverse default default +color tree default default +color normal default default +color markers default default +color search default default +color tilde default default +color index default default ~F +color index default default "~N|~O" + +# color body brightwhite black '\*+[^*]+\*+' +# color body brightwhite black '_+[^_]+_+' |
