More color customizations

This commit is contained in:
2019-03-13 12:17:23 -04:00
parent b997735d76
commit 070383e9a4

10
.vimrc
View File

@@ -10,7 +10,7 @@ autocmd! bufwritepost .vimrc source ~/.vimrc " When vimrc is edited, rel
set autoread " set to auto read when a file is changed from the outside set autoread " set to auto read when a file is changed from the outside
"set cursorcolumn " highlight current column "set cursorcolumn " highlight current column
"set cursorline " highlight current row set cursorline " highlight current row
set incsearch " make search act like search in modern browsers set incsearch " make search act like search in modern browsers
set showmatch " show matching brackets when text indicator is over them set showmatch " show matching brackets when text indicator is over them
@@ -25,7 +25,7 @@ set splitright " Split to right by default
" Text Wrapping " Text Wrapping
set textwidth=120 set textwidth=120
set colorcolumn=121 set colorcolumn= " disable color column
set nowrap set nowrap
" Search and Substitute " Search and Substitute
@@ -88,7 +88,13 @@ call plug#end()
"colorscheme slate "colorscheme slate
"colorscheme marklar "colorscheme marklar
colorscheme automation colorscheme automation
highlight colorcolumn ctermbg=darkgray guibg=darkgray highlight colorcolumn ctermbg=darkgray guibg=darkgray
highlight VertSplit ctermbg=black guibg=black ctermfg=darkgray guifg=darkgray
" In split windows - active buffer status bar is red, inactive is gray
highlight statuslinenc ctermbg=darkgray guibg=darkgray
highlight statusline ctermbg=darkred guibg=darkred
" ---------------------------------------------------------------------------------------------------- " ----------------------------------------------------------------------------------------------------
" ==> Autocompletion " ==> Autocompletion