diff options
author | Chris Kempson <git@chriskempson.com> | 2012-09-04 08:50:55 -0700 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2012-09-04 08:50:55 -0700 |
commit | 55be329333e6bd4593079d0c1f5af1fa34e58c28 (patch) | |
tree | 581e553e0ab787c6e770ed4a68086adef30e7de0 | |
parent | 9fe14738c039f7f3f93aa5301e4e574690cc560d (diff) | |
parent | 6202061a7cbc75e4b19cfa180b461a0a187b29bd (diff) |
Merge pull request #1 from joedynamite/master
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) |