Skip to content

Commit

Permalink
allow transparent bg
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Dormoy committed Aug 9, 2019
1 parent d97c523 commit c136ed1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@ set background=dark
" Make comment on italic
highlight Comment cterm=italic

" Make neovim bg transparant
highlight Normal ctermbg=none
highlight NonText ctermbg=none
set notermguicolors

" Cursors tuning
highlight CursorLine ctermbg=256
highlight CursorColumn ctermbg=256

" Lightline
set noshowmode " remove -- INSERT --

Expand Down

0 comments on commit c136ed1

Please sign in to comment.