aboutsummaryrefslogtreecommitdiff
path: root/colors/base16.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16.vim')
-rwxr-xr-xcolors/base16.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16.vim b/colors/base16.vim
index 7740150..87c02f9 100755
--- a/colors/base16.vim
+++ b/colors/base16.vim
@@ -40,7 +40,7 @@ let s:cterm0F = "17"
" Theme Setup
hi clear
syntax reset
-let g:colors_name = "Tomorrow"
+let g:colors_name = "base16"
" Highlighting function
fun! <SID>hi(group, guifg, guibg, ctermfg, ctermbg, attr)