Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
config
Commits
ac1ee1dc
Commit
ac1ee1dc
authored
Sep 01, 2021
by
Adrien Dorsaz
Browse files
vim: add one theme and use it
parent
46f26483
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
ac1ee1dc
...
...
@@ -28,3 +28,6 @@
[submodule "vim/pack/adrien/start/vim-furchtig"]
path = vim/pack/adrien/start/vim-furchtig
url = https://github.com/schickele/vim-fruchtig.git
[submodule "vim/pack/adrien/start/vim-one"]
path = vim/pack/adrien/start/vim-one
url = https://github.com/rakr/vim-one
vim-one
@
187f5c85
Subproject commit 187f5c85b682c1933f8780d4d419c55d26a82e24
vim/vimrc
View file @
ac1ee1dc
...
...
@@ -40,15 +40,21 @@ endif
" Themes
syntax on
if strftime("%H") > 7 && strftime("%H") < 18
colorscheme fruchtig
else
let gtktheme = system('gsettings get org.gnome.desktop.interface gtk-theme')
if gtktheme =~"Adwaita-dark"
colorscheme OceanicNext
colorscheme one
set background=dark
else
colorscheme fruchtig
colorscheme one
set background=light
end
if (has("termguicolors"))
set termguicolors
endif
let g:one_allow_italics = 1
let g:oceanic_next_terminal_bold = 1
let g:oceanic_next_terminal_italic = 1
...
...
Write
Preview
Supports
Markdown
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