material colors

This commit is contained in:
2022-08-10 10:58:39 -07:00
parent 0da4c83c56
commit 8a5f387ef2
2 changed files with 47 additions and 6 deletions

View File

@@ -453,6 +453,43 @@ color15 #eceef4
#: 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 {{{

16
.vimrc
View File

@@ -5,7 +5,8 @@ set backspace=indent,eol,start
call plug#begin('~/.vim/plugged')
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 'Xuyuanp/nerdtree-git-plugin'
Plug 'git@github.com:ervandew/supertab.git'
@@ -60,11 +61,14 @@ set showcmd
set laststatus=2
set background=dark
let g:nord_italic=1
let g:nord_italic_comments=1
let g:nord_underline=1
let g:nord_uniform_diff_background=1
colorscheme nord
"let g:nord_italic=1
"let g:nord_italic_comments=1
"let g:nord_underline=1
"let g:nord_uniform_diff_background=1
"colorscheme nord
colorscheme materialbox
set t_ut=
let g:airline_theme='lucius'