diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-03-30 09:28:40 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-04-08 14:48:51 +0100 |
commit | 3ee22303b7561b0d784a5a004e656892579869f3 (patch) | |
tree | 0c44ec177849b18246c86dfcb9309cd42098532d /mutt/.mutt/colors | |
parent | 0a96a5bd4db8b17cbeb623c1ce5c2b3a2049003b (diff) |
Add vim map to run current file
Diffstat (limited to 'mutt/.mutt/colors')
-rw-r--r-- | mutt/.mutt/colors/nord.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/.mutt/colors/nord.muttrc b/mutt/.mutt/colors/nord.muttrc index 6b70745..18d7071 100644 --- a/mutt/.mutt/colors/nord.muttrc +++ b/mutt/.mutt/colors/nord.muttrc @@ -1,7 +1,7 @@ color normal color253 default color status green black color index color253 default "~R" -color index color14 default "~F" +color index color1 default "~F" color index color13 default "~O" color index color13 default "~N" |