From 8fb5898237c67aee39d4dd7037cd27d8d5394bc9 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 22 Jun 2022 11:47:45 +0000 Subject: [PATCH] Use dark in GUI as well as in the terminal --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 57f2b44..61dd2a5 100644 --- a/vimrc +++ b/vimrc @@ -163,8 +163,8 @@ if has('gui_running') set lines=43 " " Set theme for GUI. - set background=light - colorscheme tempus_totus + "set background=light + "colorscheme tempus_totus endif if has('patch-7.3.541')