aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-nord.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-nord.vim')
-rw-r--r--colors/base16-nord.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-nord.vim b/colors/base16-nord.vim
index 09eab83..f0980ba 100644
--- a/colors/base16-nord.vim
+++ b/colors/base16-nord.vim
@@ -10,7 +10,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has('gui_running')
if exists("g:base16_shell_path")
- execute "silent !/bin/sh ".g:base16_shell_path."/base16-nord.sh"
+ execute "silent !/bin/sh ".g:base16_shell_path."/base16-.sh"
endif
endif
@@ -88,7 +88,7 @@ endif
" Theme setup
hi clear
syntax reset
-let g:colors_name = "base16-nord"
+let g:colors_name = "base16-"
" Highlighting function
fun <sid>hi(group, guifg, guibg, ctermfg, ctermbg, attr, guisp)