Skip to content

Commit

Permalink
terminal: all foregrounds and backgrounds need to be visible and read…
Browse files Browse the repository at this point in the history
  • Loading branch information
bukzor authored and vhoyer committed Nov 24, 2022
1 parent 5d77710 commit c0488c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ let s:gb.orange = s:orange
" Setup Terminal Colors For Neovim: {{{

if has('nvim')
let g:terminal_color_0 = s:bg0[0]
let g:terminal_color_8 = s:gray[0]
let g:terminal_color_0 = s:bg3[0]
let g:terminal_color_8 = s:bg4[0]

let g:terminal_color_1 = s:gb.neutral_red[0]
let g:terminal_color_9 = s:red[0]
Expand All @@ -292,7 +292,7 @@ if has('nvim')
let g:terminal_color_14 = s:aqua[0]

let g:terminal_color_7 = s:fg4[0]
let g:terminal_color_15 = s:fg1[0]
let g:terminal_color_15 = s:fg3[0]
endif

" }}}
Expand Down

0 comments on commit c0488c7

Please sign in to comment.