Updated colorscheme

This commit is contained in:
2026-02-22 20:25:12 +01:00
parent c91d1f22ed
commit 2885a7d851
2 changed files with 38 additions and 25 deletions
+2 -2
View File
@@ -41,14 +41,14 @@ Plugin 'jiangmiao/auto-pairs' " Pair completion
Plugin 'lervag/vimtex' " LaTeX tools
Plugin 'vim-airline/vim-airline' " Nicer info line
Plugin 'alvan/vim-closetag' " Auto close HTML tags
Plugin 'https://github.com/morhetz/gruvbox' " Color scheme
Plugin 'https://github.com/nanotech/jellybeans.vim' " Color Scheme
Plugin 'https://github.com/ap/vim-css-color' " highlight color codes in their color
Plugin 'https://github.com/907th/vim-auto-save.git' " auto save
call vundle#end()
try
colorscheme gruvbox
colorscheme jellybeans
catch
endtry