From 53c88541e728127a0ff54e6401a7890bb1888d4e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 3 May 2020 15:32:05 +0200 Subject: [PATCH] [ADD][VIM] More colorschemes --- vim/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index d97d94e..0e8415f 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -56,6 +56,8 @@ call plug#begin('~/.vim/plugged') Plug 'nanotech/jellybeans.vim' " Another nice dark theme Plug 'morhetz/gruvbox' +" Simpler gruvbox +Plug 'lifepillar/vim-gruvbox8' " Yet another nice dark theme Plug 'jonathanfilip/vim-lucius' " More dark colorschemes @@ -68,6 +70,8 @@ Plug 'junegunn/seoul256.vim' Plug 'itchyny/lightline.vim' " Simplistic dark theme Plug 'axvr/photon.vim' +" Another dark theme +Plug 'haishanh/night-owl.vim' " }}} " Minimum viable vim config {{{