From 12b651eedff91f94cef33d21c06d182706135dd2 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 6 Jan 2023 21:19:22 -0800 Subject: [PATCH] ui: set vim background to terminal color --- rsrcs/.vimrc | 3 +++ 1 file changed, 3 insertions(+) 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