diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-30 17:12:48 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-10-30 17:12:48 +1300 |
commit | 6beee89195b4510cf091755c4c5ee9e1ddf2e9dd (patch) | |
tree | e312354243d2d4d014ca46e598c8bd565d7065a9 | |
parent | Only set background if not already dark (diff) | |
download | vim-sahara-6beee89195b4510cf091755c4c5ee9e1ddf2e9dd.tar.gz vim-sahara-6beee89195b4510cf091755c4c5ee9e1ddf2e9dd.zip |
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.
-rw-r--r-- | colors/sahara.vim | 4 |
1 files changed, 1 insertions, 3 deletions
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") |