aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2024-02-17 18:11:00 -0700
committerkatherine <ageha@airen-no-jikken.icu>2024-02-17 18:11:00 -0700
commit9bacd838fb2ecf1674593be79eb7a1b82b4b3eab (patch)
tree5076822eaa85f4216a6757b8d61d8ee98761e2fc /.vimrc
parentf4bc5de236dabddda62c7bb9b92e5eaf217b7bed (diff)
downloaddotfiles-9bacd838fb2ecf1674593be79eb7a1b82b4b3eab.tar.gz
vim colourscheme oversight
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc4
1 files changed, 2 insertions, 2 deletions
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()