diff options
author | Andrea Schiavini <andrea.schiavini@pazienti.it> | 2020-09-21 17:53:13 +0200 |
---|---|---|
committer | Andrea Schiavini <andrea.schiavini@pazienti.it> | 2020-09-21 17:53:13 +0200 |
commit | d79feb72611b6a8305f69786c2f48d8421d1afe1 (patch) | |
tree | 1caa353adf2ceaa7423cff44c8da7c552ec56096 | |
parent | 5cc1d297b9336459aaa1a8be726919f01ba9f5e4 (diff) |
🐛 Fix color name in bliss.vim
-rw-r--r-- | .vim/colors/bliss.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |