vim colors
This commit is contained in:
46
doc/vim.md
46
doc/vim.md
@@ -29,7 +29,51 @@ call plug#end()
|
|||||||
* [Home page](https://editorconfig.org)
|
* [Home page](https://editorconfig.org)
|
||||||
* [Readme](https://github.com/editorconfig/editorconfig-vim#readme)
|
* [Readme](https://github.com/editorconfig/editorconfig-vim#readme)
|
||||||
|
|
||||||
### TODO
|
## .vimrc autoload
|
||||||
|
`set exrc`
|
||||||
|
|
||||||
|
## Colors
|
||||||
|
[How to control/configure vim colors
|
||||||
|
](https://alvinalexander.com/linux/vi-vim-editor-color-scheme-syntax/)
|
||||||
|
|
||||||
|
Example
|
||||||
|
```
|
||||||
|
set background
|
||||||
|
colorscheme desert
|
||||||
|
hi Normal ctermfg=Green guifg=Green
|
||||||
|
```
|
||||||
|
|
||||||
|
### Groups
|
||||||
|
* Comment
|
||||||
|
* Constant
|
||||||
|
* Normal
|
||||||
|
* NonText
|
||||||
|
* Special
|
||||||
|
* Cursor
|
||||||
|
* CursorLine
|
||||||
|
|
||||||
|
### Names
|
||||||
|
* cterm
|
||||||
|
* ctermfg
|
||||||
|
* ctermbg
|
||||||
|
* gui
|
||||||
|
* guifg
|
||||||
|
* guibg
|
||||||
|
|
||||||
|
### Color names
|
||||||
|
* Black
|
||||||
|
* Brown
|
||||||
|
* Gray, Grey, DarkGray, DarkGrey, LightGray, LightGrey
|
||||||
|
* Blue, DarkBlue, LightBlue
|
||||||
|
* Green, DarkGreen, LightGreen
|
||||||
|
* Cyan, DarkCyan, LightCyan
|
||||||
|
* Red, DarkRed, LightRed
|
||||||
|
* Magenta, DarkMagenta, LightMagenta
|
||||||
|
* Yellow, DarkYellow, LightYellow
|
||||||
|
* White
|
||||||
|
|
||||||
|
## TODO
|
||||||
Klidne bych mohl mit vim konfiguraci na githubu a jen ji simple
|
Klidne bych mohl mit vim konfiguraci na githubu a jen ji simple
|
||||||
stanout do patricneho mista a udelan na ni load v ~/.vimrc
|
stanout do patricneho mista a udelan na ni load v ~/.vimrc
|
||||||
Cele by to vlastne mohl resit pomocny skript.
|
Cele by to vlastne mohl resit pomocny skript.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user