add colour set command

This commit is contained in:
Patrick Stockwell
2018-12-05 21:04:30 +11:00
parent 6e0140b359
commit c9ec774bab

View File

@@ -6,7 +6,7 @@ It focuses mostly on Javascript highlighting, although there are bindings for th
## Dependencies ## Dependencies
This plugin works best with a terminal that can render italic text. It will work just fine on terminals that can't, the italic text will appear in inverted colours (black text on blue background for example). This plugin works best with a terminal that can render italic text. It will work just fine on terminals that can't, the italic text will appear in inverted colours (black text on blue background for example).
This colour scheme also makes use of syntax definitions from [`vim/pangloss`](https://github.com/pangloss/vim-javascript). This VIM syntax file for javascript is a dependency for the _vim-monokai-tasty_ colour scheme. This colour scheme also makes use of syntax definitions from [`vim/pangloss`](https://github.com/pangloss/vim-javascript). The _vim/panglass_ syntax file for javascript is a dependency for the _vim-monokai-tasty_ colour scheme.
## Installation ## Installation
@@ -19,4 +19,14 @@ Plug 'patstockwell/vim-monokai-tasty'
Plug 'pangloss/vim-javascript' Plug 'pangloss/vim-javascript'
``` ```
## Use
Add to your `.vimrc`:
```
colorscheme vim-monokai-tasty
```
## Screen shots
![](./example.png) ![](./example.png)