aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-synth-midnight-dark.vim
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2019-06-07 08:46:14 +0100
committerChris Kempson <git@chriskempson.com>2019-06-07 08:46:14 +0100
commit6191622d5806d4448fa2285047936bdcee57a098 (patch)
tree4062fc4f1c2ff514bc279d84031c4248fffbd8de /colors/base16-synth-midnight-dark.vim
parente7287af11a3a575380aba375209f64d389c0719b (diff)
Updates output
Diffstat (limited to 'colors/base16-synth-midnight-dark.vim')
-rw-r--r--colors/base16-synth-midnight-dark.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/colors/base16-synth-midnight-dark.vim b/colors/base16-synth-midnight-dark.vim
index 894c3cb..e8ccfb4 100644
--- a/colors/base16-synth-midnight-dark.vim
+++ b/colors/base16-synth-midnight-dark.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-synth-midnight-dark.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 = [
\ "#040404",
\ "#B53B50",