From 6beee89195b4510cf091755c4c5ee9e1ddf2e9dd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Oct 2017 17:12:48 +1300 Subject: Revert "Only set background if not already dark" This reverts commit 6d80bf50aac77ff951d0519bcb0cc9914131d933. This appears to be useless; I'm not sure why I thought it worked. --- colors/sahara.vim | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'colors/sahara.vim') diff --git a/colors/sahara.vim b/colors/sahara.vim index 36f022f..35c4b1c 100644 --- a/colors/sahara.vim +++ b/colors/sahara.vim @@ -9,9 +9,7 @@ " " Terminal setup. " -if &background != 'dark' - set background=dark -endif +set background=dark if version > 580 highlight clear if exists("g:syntax_on") -- cgit v1.2.3