Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
config
Commits
707c5f97
Commit
707c5f97
authored
Jun 03, 2021
by
Adrien Dorsaz
Browse files
vimrc: set color theme according to hour
parent
195ee788
Changes
1
Hide whitespace changes
Inline
Side-by-side
vim/vimrc
View file @
707c5f97
...
...
@@ -40,8 +40,14 @@ endif
" Themes
syntax on
set background=dark
colorscheme OceanicNext
if strftime("%H") > 7 && strftime("%H") < 18
set background=light
colorscheme fruchtig
else
set background=dark
colorscheme OceanicNext
end
if (has("termguicolors"))
set termguicolors
endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment