From bd2ee54a2939549768b10cdd59ee36d39e8117b6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 Jun 2018 21:20:33 -0700 Subject: Only use light solarized in vim --- vim.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'vim.nix') diff --git a/vim.nix b/vim.nix index b72c942..2c39fa1 100644 --- a/vim.nix +++ b/vim.nix @@ -44,13 +44,7 @@ in let &t_8f = "\[38:2:%lu:%lu:%lum" let &t_8b = "\[48:2:%lu:%lu:%lum" set termguicolors - "" Auto-switch theme - let hour = strftime("%H") - if 6 <= hour && hour < 18 - set background=light - else - set background=dark - endif + set background=light let g:solarized_termcolors=256 colorscheme solarized8 ''; -- cgit v1.2.3