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
c12bb377
Commit
c12bb377
authored
Oct 08, 2021
by
Adrien Dorsaz
Browse files
vim: lightline use same colorscheme than vim
parent
8968c224
Changes
2
Hide whitespace changes
Inline
Side-by-side
lightline
@
b06d9210
Compare
8a712365
...
b06d9210
Subproject commit
8a712365f9708044667589d9fffd87a4825d29f6
Subproject commit
b06d921023cf6536bcbee5754071d122296e8942
vim/vimrc
View file @
c12bb377
...
...
@@ -42,11 +42,9 @@ endif
syntax on
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
...
...
@@ -141,7 +139,7 @@ function! LightlinePercent()
endfunction
let g:lightline = {
\ 'colorscheme': '
darcula
',
\ 'colorscheme': '
one
',
\ 'active': {
\ 'left': [ [ 'mode', 'paste' ],
\ [ 'readonly', 'filename' ] ],
...
...
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