summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.vim b/init.vim
index 57ffbf0..90345c5 100755
--- a/init.vim
+++ b/init.vim
@@ -189,7 +189,7 @@ call plug#end()
" <- vim-plug
" Set Theme
-if strftime("%H") < 17
+if strftime("%H") >= 6 && strftime("%H") < 18
set background=light
colorscheme tempus_totus
else