add notermguicolors

This commit is contained in:
Patrick Stockwell
2018-12-10 14:05:12 +11:00
parent cc34dcc03e
commit 5f8d1cc544

View File

@@ -29,11 +29,16 @@ Add to your `.vimrc`:
colorscheme vim-monokai-tasty 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 let g:vim_monokai_tasty_italic = 1
``` ```
If colours aren't showing, try also adding
```
set notermguicolors
```
## :tv: Screen shots ## :tv: Screen shots
![](./example1.png) ![](./example1.png)