diff options
Diffstat (limited to 'colors/base16-one-light.vim')
-rw-r--r-- | colors/base16-one-light.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/colors/base16-one-light.vim b/colors/base16-one-light.vim index 11774a2..3ef2862 100644 --- a/colors/base16-one-light.vim +++ b/colors/base16-one-light.vim @@ -8,7 +8,7 @@ " :colorscheme works in terminals supported by base16-shell scripts " User must set this variable in .vimrc " let g:base16_shell_path=base16-builder/output/shell/ -if !has('gui_running') +if !has("gui_running") if exists("g:base16_shell_path") execute "silent !/bin/sh ".g:base16_shell_path."/base16-one-light.sh" endif @@ -69,7 +69,7 @@ let s:cterm0D = "04" let g:base16_cterm0D = "04" let s:cterm0E = "05" let g:base16_cterm0E = "05" -if exists('base16colorspace') && base16colorspace == "256" +if exists("base16colorspace") && base16colorspace == "256" let s:cterm01 = "18" let g:base16_cterm01 = "18" let s:cterm02 = "19" @@ -121,7 +121,7 @@ if has("nvim") let g:terminal_color_background = g:terminal_color_7 let g:terminal_color_foreground = g:terminal_color_2 endif -elseif has('terminal') +elseif has("terminal") let g:terminal_ansi_colors = [ \ "#fafafa", \ "#ca1243", |