diff options
author | Joe Bilt <joebilt@me.com> | 2012-09-04 11:33:11 -0400 |
---|---|---|
committer | Joe Bilt <joebilt@me.com> | 2012-09-04 11:33:11 -0400 |
commit | 6202061a7cbc75e4b19cfa180b461a0a187b29bd (patch) | |
tree | 581e553e0ab787c6e770ed4a68086adef30e7de0 | |
parent | 9fe14738c039f7f3f93aa5301e4e574690cc560d (diff) |
Change colors_name
-rwxr-xr-x | colors/base16.vim | 2 |
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) |