switch to own fork of color scheme
This commit is contained in:
parent
56295363ff
commit
33e42a2846
2 changed files with 3 additions and 2 deletions
|
@ -53,7 +53,7 @@ Plug 'airblade/vim-gitgutter'
|
||||||
" ===================
|
" ===================
|
||||||
|
|
||||||
" Plastic colorscheme
|
" Plastic colorscheme
|
||||||
Plug 'aonemd/kuroi.vim'
|
Plug 'jidbo/kuroi.vim'
|
||||||
|
|
||||||
" Color higlighting
|
" Color higlighting
|
||||||
Plug 'norcalli/nvim-colorizer.lua'
|
Plug 'norcalli/nvim-colorizer.lua'
|
||||||
|
|
|
@ -36,7 +36,7 @@ Plug 'airblade/vim-gitgutter'
|
||||||
|
|
||||||
" COLORS
|
" COLORS
|
||||||
" Plastic colorscheme
|
" Plastic colorscheme
|
||||||
Plug 'aonemd/kuroi.vim'
|
Plug 'jidbo/kuroi.vim'
|
||||||
|
|
||||||
" powerline
|
" powerline
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
|
@ -58,6 +58,7 @@ filetype plugin indent on " required
|
||||||
" syntax
|
" syntax
|
||||||
syntax on
|
syntax on
|
||||||
colorscheme kuroi
|
colorscheme kuroi
|
||||||
|
set t_Co=256
|
||||||
set background=dark
|
set background=dark
|
||||||
let mapleader=" "
|
let mapleader=" "
|
||||||
hi MatchParen cterm=bold ctermbg=NONE ctermfg=red
|
hi MatchParen cterm=bold ctermbg=NONE ctermfg=red
|
||||||
|
|
Loading…
Add table
Reference in a new issue