diff --git a/rsrcs/.vimrc b/rsrcs/.vimrc index 4f86792..37f7831 100644 --- a/rsrcs/.vimrc +++ b/rsrcs/.vimrc @@ -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