Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions colors/base16-horizon-terminal-dark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has("gui_running")
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/base16-horizon-dark.sh"
execute "silent !/bin/sh ".g:base16_shell_path."/base16-horizon-terminal-dark.sh"
endif
endif

Expand Down Expand Up @@ -145,7 +145,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "base16-horizon-dark"
let g:colors_name = "base16-horizon-terminal-dark"

" Highlighting function
" Optional variables are attributes and guisp
Expand Down
4 changes: 2 additions & 2 deletions colors/base16-horizon-terminal-light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
" let g:base16_shell_path=base16-builder/output/shell/
if !has("gui_running")
if exists("g:base16_shell_path")
execute "silent !/bin/sh ".g:base16_shell_path."/base16-horizon-light.sh"
execute "silent !/bin/sh ".g:base16_shell_path."/base16-horizon-terminal-light.sh"
endif
endif

Expand Down Expand Up @@ -145,7 +145,7 @@ endif
" Theme setup
hi clear
syntax reset
let g:colors_name = "base16-horizon-light"
let g:colors_name = "base16-horizon-terminal-light"

" Highlighting function
" Optional variables are attributes and guisp
Expand Down