diff options
Diffstat (limited to 'colors/base16-atelier-estuary-light.vim')
-rw-r--r-- | colors/base16-atelier-estuary-light.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/colors/base16-atelier-estuary-light.vim b/colors/base16-atelier-estuary-light.vim index ee44a96..a807e0b 100644 --- a/colors/base16-atelier-estuary-light.vim +++ b/colors/base16-atelier-estuary-light.vim @@ -150,8 +150,8 @@ let g:colors_name = "base16-atelier-estuary-light" " 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 |