From 923129f682a41feec805589c754cac1cc20381d6 Mon Sep 17 00:00:00 2001 From: Tri Asep Tumbara <57649797+triaseptmbr@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:58:48 +0700 Subject: [PATCH] Change nvim background color to dark mode. Maybe it's just personal preference, I think it looks better when set to dark mode. It also matches to default theme. --- .config/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 61deed66cd..0cf6927cd1 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -22,7 +22,7 @@ Plug 'ap/vim-css-color' call plug#end() set title -set bg=light +set bg=dark set go=a set mouse=a set nohlsearch