File tree Expand file tree Collapse file tree 2 files changed +17
-33
lines changed Expand file tree Collapse file tree 2 files changed +17
-33
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,26 @@ Monokai Theme for Neovim with tree-sitter support
44
55<img width =" 1792 " alt =" monokai nvim " src =" https://user-images.githubusercontent.com/25164326/121434903-0562f180-c94c-11eb-952d-df702d92fe25.png " >
66
7- Monokai Pro colors are also included.
7+ ## Supported Monokai Flavours (colorscheme alias)
8+ - Monokai (monokai)
9+ - Monokai Pro (monokai_pro)
10+ - Monokai Soda (monokai_soda)
811
9- ### Prerequisites:
12+ ## Prerequisites:
1013
11- Neovim Nightly ( 0.5) is required for monokai.nvim to work .
14+ Neovim >= 0.5.
1215
13- ### Installation:
16+ ## Installation
17+ | Plugin Manager | Command |
18+ | ------------------------------------------------------| --------------------------------------------------------------------------------------|
19+ | [ Packer] ( https://github.com/wbthomason/packer.nvim ) | ` use 'tanvirtin/monokai.nvim' ` |
20+ | [ Vim-plug] ( https://github.com/junegunn/vim-plug ) | ` Plug 'tanvirtin/monokai.nvim' ` |
21+ | [ NeoBundle] ( https://github.com/Shougo/neobundle.vim ) | ` NeoBundle 'tanvirtin/monokai.nvim' ` |
22+ | [ Vundle] ( https://github.com/VundleVim/Vundle.vim ) | ` Bundle 'tanvirtin/monokai.nvim' ` |
23+ | [ Pathogen] ( https://github.com/tpope/vim-pathogen ) | ` git clone https://github.com/tanvirtin/monokai.nvim.git ~/.vim/bundle/monokai.nvim ` |
24+ | [ Dein] ( https://github.com/Shougo/dein.vim ) | ` call dein#add('tanvirtin/monokai.nvim') ` |
1425
15- #### Via Plug:
16-
17- ``` viml
18- Plug 'tanvirtin/monokai.nvim'
19- ```
20-
21- #### Via Packer:
22-
23- ``` lua
24- use ' tanvirtin/monokai.nvim'
25- ```
26-
27- ### Usage:
26+ ## Usage:
2827
2928In VimL:
3029
@@ -40,18 +39,3 @@ In Lua:
4039require (' monokai' )
4140vim .cmd (' colorscheme monokai' )
4241```
43-
44- If you want to use colors from Monokai Pro, simply specify the ` monokai_pro ` color scheme.
45-
46- ``` viml
47- syntax on
48- colorscheme monokai_pro
49- set termguicolors
50- ```
51-
52- ...or in Lua:
53-
54- ``` lua
55- require (' monokai' )
56- vim .cmd (' colorscheme monokai_pro' )
57- ```
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ M.soda = {
6767 base7 = ' #B1B1B1' ,
6868 border = ' #A1B5B1' ,
6969 brown = ' #504945' ,
70- white = ' #FFF1F3 ' ,
70+ white = ' #f6f6ec ' ,
7171 grey = ' #72696A' ,
7272 black = ' #000000' ,
7373 pink = ' #f3005f' ,
You can’t perform that action at this time.
0 commit comments