X-Git-Url: https://git.sthu.org/?p=mutt-gruvbox.git;a=blobdiff_plain;f=README.md;h=f99e0fe6b23582e7f80c3a8a8eae46257f94eb40;hp=6fb3f1d2a62003c679789bfed1b8eff16c114969;hb=HEAD;hpb=4b1a1db59fc1af48f4045b55774cf20025925735 diff --git a/README.md b/README.md index 6fb3f1d..f99e0fe 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,31 @@ [Gruvbox](https://github.com/morhetz/gruvbox) is a well designed, popular colorscheme for vim. This is a port to mutt and neomutt, in which vim can act -as mail composer. Further +as mail composer. This is a replication of the repository [here](https://git.sthu.org/?p=mutt-gruvbox.git;a=summary). The [website](https://www.sthu.org/code/codesnippets/mutt-gruvbox.html) gives -further informations and a screenshot. +further details and a screenshot, like this: + +![screenshot](https://www.sthu.org/code/codesnippets/img/mutt-gruvbox.png) ## Usage -The colorscheme is split into two files, where the latter also defines colors -for neomutt. Download the files (or clone the repo) and source them in your `muttrc`: +Download the files or clone the repo, e.g. + + cd ~/.mutt + git clone https://git.sthu.org/repos/mutt-gruvbox.git gruvbox - source ~/.mutt/colors-gruvbox-shuber.muttrc +Then source them in your `~/.mutt/muttrc`, e.g. + + source ~/.mutt/gruvbox/colors-gruvbox-shuber.muttrc # For neomutt also add this line: - # source ~/.mutt/colors-gruvbox-shuber-extended.muttrc + # source ~/.mutt/gruvbox/colors-gruvbox-shuber-extended.muttrc +The colorscheme is split into two files, where the latter also defines colors +for neomutt. ## License