aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2012-09-04 08:50:55 -0700
committerChris Kempson <git@chriskempson.com>2012-09-04 08:50:55 -0700
commit55be329333e6bd4593079d0c1f5af1fa34e58c28 (patch)
tree581e553e0ab787c6e770ed4a68086adef30e7de0 /colors
parent9fe14738c039f7f3f93aa5301e4e574690cc560d (diff)
parent6202061a7cbc75e4b19cfa180b461a0a187b29bd (diff)
Merge pull request #1 from joedynamite/master
Change colors_name
Diffstat (limited to 'colors')
-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)