diff options
Diffstat (limited to 'init.vim')
-rwxr-xr-x | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |