diff options
| author | iamcheeseman <[email protected]> | 2026-05-22 12:35:36 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-22 12:35:36 -0400 |
| commit | f31a0a48a2408d38faaaae2d0fb91528e3c2c20e (patch) | |
| tree | f4e38fe03f86ff9c50d9778be3fd8302ff06090b /.vim | |
| parent | 32256bdd1abde72427ccd1dac185eee48f803ef1 (diff) | |
Update config
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/colors/mooncheese.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/colors/mooncheese.vim b/.vim/colors/mooncheese.vim index bf2ce0e..a866406 100644 --- a/.vim/colors/mooncheese.vim +++ b/.vim/colors/mooncheese.vim @@ -17,6 +17,11 @@ hi! StatusLine guifg=#FFF050 hi! StatusLineNC guifg=#886A10 hi! VertSplit guibg=#101010 guifg=#000000 hi! Pmenu guibg=#101010 +hi! SpellBad guifg=#FF0000 guibg=#202020 gui=underline +hi! SpellCap guifg=#04AAFF guibg=#202020 gui=underline +hi! link SpellLocal SpellCap +hi! link SpellRare Normal + hi! link PmenuSel DarkYellowBg hi! link WildMenu PmenuSel |
