diff options
author | nuaNce <62483590+co1ncidence@users.noreply.github.com> | 2020-09-28 19:19:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 19:19:35 -0500 |
commit | 0a46c084bf541cb44d55c40d9e44ed1f5ca26f8c (patch) | |
tree | d6fa246332552dd6ec535138e5578cbbe0d2a2d3 | |
parent | 6359b6a1bd21354871c10f520f98c3a3e87ad003 (diff) | |
parent | d79feb72611b6a8305f69786c2f48d8421d1afe1 (diff) |
Merge pull request #6 from metalelf0/fix-colors-name
🐛 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 |