diff --git a/colorschemes/main.conf b/colorschemes/main.conf index 4db3367..02e49c4 100644 --- a/colorschemes/main.conf +++ b/colorschemes/main.conf @@ -3,7 +3,7 @@ background #000505 selection_foreground #441580 selection_background #01B282 cursor #e0d0ff -color0 #212132 +color0 #000505 color8 #424253 color1 #c80064 color9 #640032 diff --git a/vim/color.vim b/vim/color.vim index 890d3a2..1e236a0 100644 --- a/vim/color.vim +++ b/vim/color.vim @@ -1,9 +1,10 @@ set termguicolors -let &t_8f="\[38;2;%lu;%lu;%lum" -let &t_8b="\[48;2;%lu;%lu;%lum" +let &t_8f="\[38:2:%lu:%lu:%lum" +let &t_8b="\[48:2:%lu:%lu:%lum" set t_Co=256 +colorscheme default silent! colorscheme dim highlight Normal guibg=NONE ctermbg=NONE