material colors
This commit is contained in:
@@ -453,6 +453,43 @@ color15 #eceef4
|
|||||||
|
|
||||||
#: white
|
#: white
|
||||||
|
|
||||||
|
# materialdark
|
||||||
|
background #262626
|
||||||
|
foreground #eaeaa1
|
||||||
|
cursor #90a4ae
|
||||||
|
selection_background #37474f
|
||||||
|
selection_foreground #90a4ae
|
||||||
|
|
||||||
|
color0 #262626
|
||||||
|
color8 #90a4ae
|
||||||
|
|
||||||
|
# Red
|
||||||
|
color1 #cc241d
|
||||||
|
color9 #fb4934
|
||||||
|
|
||||||
|
# green
|
||||||
|
color2 #98971a
|
||||||
|
color10 #b8bb26
|
||||||
|
|
||||||
|
# yellow
|
||||||
|
color3 #d79921
|
||||||
|
color11 #fabd2f
|
||||||
|
|
||||||
|
# blue
|
||||||
|
color4 #458588
|
||||||
|
color12 #83a598
|
||||||
|
|
||||||
|
# magenta
|
||||||
|
color5 #b16286
|
||||||
|
color13 #d3869b
|
||||||
|
|
||||||
|
# cyan
|
||||||
|
color6 #689d6a
|
||||||
|
color14 #8ec07c
|
||||||
|
|
||||||
|
color7 #a89984
|
||||||
|
color15 #928374
|
||||||
|
|
||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
#: Advanced {{{
|
#: Advanced {{{
|
||||||
|
|||||||
16
.vimrc
16
.vimrc
@@ -5,7 +5,8 @@ set backspace=indent,eol,start
|
|||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
Plug 'mileszs/ack.vim'
|
Plug 'mileszs/ack.vim'
|
||||||
Plug 'junegunn/fzf.vim', {'do': { -> fzf#install() }}
|
Plug 'junegunn/fzf', {'do': { -> fzf#install() }}
|
||||||
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
Plug 'Xuyuanp/nerdtree-git-plugin'
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
Plug 'git@github.com:ervandew/supertab.git'
|
Plug 'git@github.com:ervandew/supertab.git'
|
||||||
@@ -60,11 +61,14 @@ set showcmd
|
|||||||
set laststatus=2
|
set laststatus=2
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
let g:nord_italic=1
|
"let g:nord_italic=1
|
||||||
let g:nord_italic_comments=1
|
"let g:nord_italic_comments=1
|
||||||
let g:nord_underline=1
|
"let g:nord_underline=1
|
||||||
let g:nord_uniform_diff_background=1
|
"let g:nord_uniform_diff_background=1
|
||||||
colorscheme nord
|
"colorscheme nord
|
||||||
|
|
||||||
|
|
||||||
|
colorscheme materialbox
|
||||||
|
|
||||||
set t_ut=
|
set t_ut=
|
||||||
let g:airline_theme='lucius'
|
let g:airline_theme='lucius'
|
||||||
|
|||||||
Reference in New Issue
Block a user