diff options
author | William Carroll <wpcarro@gmail.com> | 2017-01-04T05·10-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-01-04T05·10-0500 |
commit | b47dca2ead70b2c9401f5885ddcbaa80498af73b (patch) | |
tree | fa8f85eb2090a276812a0976e83bef7d0bed98fc /README.md | |
parent | af0fd4bee03c7cec30abdaf9f320f84e487ff640 (diff) |
Adds shell pipeline to test TrueColor support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md index 577d57b51ea4..09cf89f1cb4a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ $ tic $TERM.ti Note: make sure that the terminal you are using supports TrueColor (hint: recent version of iTerm2 do). Also make sure that the tmux version you are using supports TrueColor (hint: versions north of 2.2 should). +At each step of the way, test TrueColor using the following shell pipeline (hint: the gradients should be smooth): + +```bash +$ curl https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh | bash +``` + + * Terminal: recent versions of iTerm 2 should support TrueColor * Tmux: versions 2.2 and after should support TrueColor * NeoVim: recent versions of NeoVim should support TrueColor |