aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-03-18 20:43:27 +0000
committerMatthew Lemon <y@yulqen.org>2023-03-18 20:43:27 +0000
commite4f795714e0299d673f9b0db2dc2269b7cce89c1 (patch)
tree6631949e599121a261282521f23725ead4c0c9b0 /vim/vimrc
parentc59824171ed9580fa9e274d5bb44aa1c27b80f15 (diff)
added some new vim colours
Diffstat (limited to '')
-rw-r--r--vim/vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a41820c..b5f002d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -146,6 +146,7 @@ autocmd BufLeave * call s:copy_filename_as_mdlink()
" vim-plug
call plug#begin('~/.vim/plugged')
Plug 'morhetz/gruvbox'
+Plug 'romainl/Apprentice'
Plug 'ledger/vim-ledger'
Plug 'ycm-core/YouCompleteMe'
"Plug 'prabirshrestha/vim-lsp'
@@ -494,7 +495,9 @@ let g:gruvbox_number_column='bg0'
let g:gruvbox_invert_signs='0'
let g:gruvbox_improved_strings='0'
set background=dark
-colorscheme gruvbox
+"colorscheme gruvbox
+" colorscheme distinguished
+colorscheme hipster
"colorscheme delek
"
" manual highlights