Skip to content

Commit

Permalink
add more vim themes
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldmartin committed Oct 18, 2022
1 parent f8d783e commit 29069a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Plug 'vim-airline/vim-airline-themes'
" let g:airline#extensions#tabline#enabled = 1

" Colors
Plug 'ackyshake/Spacegray.vim'
let g:spacegray_use_italics = 1
Plug 'chriskempson/vim-tomorrow-theme'
Plug 'morhetz/gruvbox'
Plug 'cocopon/iceberg.vim'
Expand All @@ -33,8 +35,11 @@ Plug 'challenger-deep-theme/vim', { 'as': 'challenger-deep' }
Plug 'saltdotac/citylights.vim'
Plug 'junegunn/seoul256.vim'
let g:seoul256_background = 233
Plug 'wojciechkepka/vim-github-dark'
let g:gh_color = "soft"
" Plug 'wojciechkepka/vim-github-dark'
" let g:gh_color = "soft"
Plug 'dracula/vim', { 'as': 'dracula' }
Plug 'arcticicestudio/nord-vim'


" File + buffer management
" Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Expand Down

0 comments on commit 29069a9

Please sign in to comment.