vim colors

This commit is contained in:
Martin Blazik
2021-11-29 14:05:14 +01:00
parent f98fa22286
commit 817ac7b9be

View File

@@ -29,7 +29,51 @@ call plug#end()
* [Home page](https://editorconfig.org)
* [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
stanout do patricneho mista a udelan na ni load v ~/.vimrc
Cele by to vlastne mohl resit pomocny skript.