From b7f01be9dfc67331ddc178260d23e712711f1c7f Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 21 Sep 2023 08:44:38 +0100 Subject: [PATCH] Always use Tempus Night --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 155e3ee..94c7ec3 100644 --- a/vimrc +++ b/vimrc @@ -227,8 +227,8 @@ endif " Set theme for GUI. if has('gui_running') - set background=light - colorscheme tempus_totus + set background=dark + colorscheme tempus_night endif if has('autocmd')