summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim.nix8
1 files changed, 1 insertions, 7 deletions
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 = "\<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
'';