mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-16 13:53:51 -05:00
Add support for toggling italic text
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# vim-monokai-tasty.vim
|
||||
# vim-monokai-tasty
|
||||
|
||||
Monokai forever! :tada: Inspired by Sublime Text's interpretation of monokai, this colour scheme makes use of cterm color numbers to support VIM running on a wide range of systems.
|
||||
It has been customised for Javascript highlighting, but works for all languages :heart:
|
||||
@@ -28,6 +28,11 @@ Add to your `.vimrc`:
|
||||
colorscheme vim-monokai-tasty
|
||||
```
|
||||
|
||||
If you use a terminal that supports italic text, also add
|
||||
```
|
||||
let g:vim_monokai_tasty_italic = 1
|
||||
```
|
||||
|
||||
## :tv: Screen shots
|
||||
|
||||

|
||||
@@ -35,6 +40,5 @@ colorscheme vim-monokai-tasty
|
||||

|
||||
|
||||
## :hammer: 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 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user