Merge branch 'master' of github.com:aarongut/dotfiles

This commit is contained in:
2022-08-15 22:37:59 -07:00
2 changed files with 45 additions and 5 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 {{{

13
.vimrc
View File

@@ -54,11 +54,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'