Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,19 @@ Installation
muttrc. Alternately, you can copy just the version of the colorscheme you
will be using (see below for details).

2. Source the colorscheme in your muttrc. Only one of the following, depending
2. Source the colorscheme in your muttrc. Use __one__ of the following, depending
on the light or dark background you wish to use, and whether you want to use
the native 16 colors of your terminal emulator or the approximatation
provided by the 256 color values. See note below for recommendations.
provided by the 256 color values.

```
source $MAILCONF/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc
source $MAILCONF/mutt-colors-solarized/mutt-colors-solarized-light-16.muttrc
source $MAILCONF/mutt-colors-solarized/mutt-colors-solarized-dark-256.muttrc
source $MAILCONF/mutt-colors-solarized/mutt-colors-solarized-light-256.muttrc
```

Note: You can safely ignore the compile colors script and the template file.
**Note:** You can safely ignore the compile colors script and the template file.
They are used only for creating the actual colorscheme files. If you want to
modify the colorscheme or colors, you can use the compile script and template
to do so.
Expand Down