From 1083501fd340a2f1ef6e9720737609ef2a62740f Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Sun, 10 Oct 2021 20:02:46 +0200 Subject: [PATCH] I finally forked the darcula theme! --- dotfiles/.vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 5138abe..9c7a75d 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -72,6 +72,9 @@ Plug 'posva/vim-vue' " Makes (un)commenting stuff much easier. Plug 'preservim/nerdcommenter' +" My dark theme +Plug 'SeBaBu/darcula' + " My light theme. Plug 'NLKNguyen/papercolor-theme'