aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorJoe Bilt <joebilt@me.com>2012-09-04 11:33:11 -0400
committerJoe Bilt <joebilt@me.com>2012-09-04 11:33:11 -0400
commit6202061a7cbc75e4b19cfa180b461a0a187b29bd (patch)
tree581e553e0ab787c6e770ed4a68086adef30e7de0 /colors
parent9fe14738c039f7f3f93aa5301e4e574690cc560d (diff)
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)