From d79feb72611b6a8305f69786c2f48d8421d1afe1 Mon Sep 17 00:00:00 2001 From: Andrea Schiavini Date: Mon, 21 Sep 2020 17:53:13 +0200 Subject: 🐛 Fix color name in bliss.vim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vim/colors/bliss.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/colors/bliss.vim b/.vim/colors/bliss.vim index b2a9900..946516f 100644 --- a/.vim/colors/bliss.vim +++ b/.vim/colors/bliss.vim @@ -144,7 +144,7 @@ endif " Theme setup hi clear syntax reset -let g:colors_name = "tomorrow" +let g:colors_name = "bliss" " Highlighting function " Optional variables are attributes and guisp -- cgit v1.2.3