From 5f8d1cc5445c2c63105b4b911a757e76e7326723 Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Mon, 10 Dec 2018 14:05:12 +1100 Subject: [PATCH] add notermguicolors --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 210bcaa..dcaab1a 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,16 @@ Add to your `.vimrc`: colorscheme vim-monokai-tasty ``` -If you use a terminal that supports italic text, also add +If you use a terminal that supports italic text, add ``` let g:vim_monokai_tasty_italic = 1 ``` +If colours aren't showing, try also adding +``` +set notermguicolors +``` + ## :tv: Screen shots ![](./example1.png)