ui: set vim background to terminal color

This commit is contained in:
Nickiel12 2023-01-06 21:19:22 -08:00
parent b420e9b6dc
commit 12b651eedf

View file

@ -91,3 +91,6 @@ filetype plugin indent on
colorscheme moonfly
set number
" Remove moonfly's background color for the terminal color
highlight Normal ctermbg=NONE