From 9bacd838fb2ecf1674593be79eb7a1b82b4b3eab Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 17 Feb 2024 18:11:00 -0700 Subject: vim colourscheme oversight --- .vim/colors/ageha.vim | 2 +- .vimrc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vim/colors/ageha.vim b/.vim/colors/ageha.vim index 45fccf4..05d1d01 100644 --- a/.vim/colors/ageha.vim +++ b/.vim/colors/ageha.vim @@ -2,7 +2,7 @@ hi! clear -let g:colors_name="shmibs" +let g:colors_name="ageha" hi! Comment ctermfg=blue hi! Constant ctermfg=red diff --git a/.vimrc b/.vimrc index 3a97171..2dc2e79 100644 --- a/.vimrc +++ b/.vimrc @@ -120,13 +120,13 @@ fun! s:Lightline_palette_init() let l:p.normal.error = [ [ l:white, l:red ] ] let l:p.normal.warning = [ [ l:white, l:yellow ] ] - let g:lightline#colorscheme#shmibs#palette = lightline#colorscheme#flatten(l:p) + let g:lightline#colorscheme#ageha#palette = lightline#colorscheme#flatten(l:p) let g:lightline = { \ 'active': { \ 'right': [ [ 'lineinfo' ], \ [ 'percent' ], \ [ 'filetype' ] ] - \ }, 'colorscheme': 'shmibs' } + \ }, 'colorscheme': 'ageha' } endfun call s:Lightline_palette_init() -- cgit v1.2.3