diff options
-rw-r--r-- | vim.nix | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -44,13 +44,7 @@ in let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum" let &t_8b = "\<Esc>[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 ''; |