Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change color of vertical/horizontal seperators between split windows #45

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autoload/airline/themes/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function! airline#themes#gruvbox#refresh()
let g:airline#themes#gruvbox#palette.visual.airline_warning = g:airline#themes#gruvbox#palette.normal.airline_warning
let g:airline#themes#gruvbox#palette.visual_modified.airline_warning = g:airline#themes#gruvbox#palette.normal_modified.airline_warning

let s:IA = airline#themes#get_highlight2(['TabLine', 'fg'], ['CursorLine', 'bg'])
let s:IA = airline#themes#get_highlight2(['TabLine', 'bg'], ['StatusLine', 'fg'])
let g:airline#themes#gruvbox#palette.inactive = airline#themes#generate_color_map(s:IA, s:IA, s:IA)
let g:airline#themes#gruvbox#palette.inactive_modified = { 'airline_c': modified_group }

Expand Down
2 changes: 1 addition & 1 deletion colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if !exists('g:gruvbox_color_column')
endif

if !exists('g:gruvbox_vert_split')
let g:gruvbox_vert_split='dark2'
let g:gruvbox_vert_split='dark4'
endif

if !exists('g:gruvbox_invert_signs')
Expand Down