aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atlas.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-atlas.vim')
-rw-r--r--colors/base16-atlas.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-atlas.vim b/colors/base16-atlas.vim
index 18acb40..b200a12 100644
--- a/colors/base16-atlas.vim
+++ b/colors/base16-atlas.vim
@@ -150,8 +150,8 @@ let g:colors_name = "base16-atlas"
" Highlighting function
" Optional variables are attributes and guisp
function! g:Base16hi(group, guifg, guibg, ctermfg, ctermbg, ...)
- let l:attr = get(a:, 1, "")
- let l:guisp = get(a:, 2, "")
+ let l:attr = get(a:, 1, "")
+ let l:guisp = get(a:, 2, "")
if a:guifg != ""
exec "hi " . a:group . " guifg=#" . a:guifg