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
|
||||
Plug 'aonemd/kuroi.vim'
|
||||
Plug 'jidbo/kuroi.vim'
|
||||
|
||||
" Color higlighting
|
||||
Plug 'norcalli/nvim-colorizer.lua'
|
||||
|
|
|
@ -36,7 +36,7 @@ Plug 'airblade/vim-gitgutter'
|
|||
|
||||
" COLORS
|
||||
" Plastic colorscheme
|
||||
Plug 'aonemd/kuroi.vim'
|
||||
Plug 'jidbo/kuroi.vim'
|
||||
|
||||
" powerline
|
||||
Plug 'vim-airline/vim-airline'
|
||||
|
@ -58,6 +58,7 @@ filetype plugin indent on " required
|
|||
" syntax
|
||||
syntax on
|
||||
colorscheme kuroi
|
||||
set t_Co=256
|
||||
set background=dark
|
||||
let mapleader=" "
|
||||
hi MatchParen cterm=bold ctermbg=NONE ctermfg=red
|
||||
|
|
Loading…
Add table
Reference in a new issue