diff options
author | katherine <ageha@airen-no-jikken.icu> | 2024-02-17 18:11:00 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2024-02-17 18:11:00 -0700 |
commit | 9bacd838fb2ecf1674593be79eb7a1b82b4b3eab (patch) | |
tree | 5076822eaa85f4216a6757b8d61d8ee98761e2fc /.vim/colors | |
parent | f4bc5de236dabddda62c7bb9b92e5eaf217b7bed (diff) | |
download | dotfiles-9bacd838fb2ecf1674593be79eb7a1b82b4b3eab.tar.gz |
vim colourscheme oversight
Diffstat (limited to '.vim/colors')
-rw-r--r-- | .vim/colors/ageha.vim | 2 |
1 files changed, 1 insertions, 1 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 |