ajout theme
This commit is contained in:
parent
ee321257e9
commit
3538fccab3
11
README.md
11
README.md
|
@ -106,6 +106,17 @@ vimscode -a "file" # for Arduino ide
|
||||||
vimscode -p "file" # for platform.io ide
|
vimscode -p "file" # for platform.io ide
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want change theme of vimscode, you can just change this line :
|
||||||
|
```
|
||||||
|
colorscheme space-vim-dark
|
||||||
|
colorscheme cool
|
||||||
|
colorscheme elda
|
||||||
|
colorscheme space-vim-dark
|
||||||
|
colorscheme black_angus
|
||||||
|
```
|
||||||
|
And other theme : [Theme](https://github.com/flazz/vim-colorschemes/tree/master/colors)
|
||||||
|
|
||||||
|
|
||||||
### More Doc :
|
### More Doc :
|
||||||
|
|
||||||
https://projets.cohabit.fr/redmine/projects/accueil/wiki/Documentation_IDE_Vim
|
https://projets.cohabit.fr/redmine/projects/accueil/wiki/Documentation_IDE_Vim
|
||||||
|
|
Loading…
Reference in a new issue