From 67e136c6cf8904385e3a7e524d2f28fde94fbfe2 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 14 Aug 2023 20:54:14 -0300 Subject: [PATCH] Fix vim TUI theme --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 18c8d9f..7233ad7 100644 --- a/vimrc +++ b/vimrc @@ -236,7 +236,7 @@ endif " Settings based on feature detection. " Set theme for GUI. -if has('gui') +if has('gui_running') set background=light colorscheme tempus_totus endif