diff --git a/colors.vim b/colors.vim index 696e6dc..e9e1cb4 100644 --- a/colors.vim +++ b/colors.vim @@ -26,7 +26,7 @@ let s:gF = 'd46a84' " terminal colours -let s:t0 = '00' +let s:t0 = '10' let s:t3 = '08' let s:t5 = '07' let s:t7 = '15' @@ -66,13 +66,6 @@ "=== OTHER PREPARATION ======================================================== -" run theme-setting script if using terminal vim -if filereadable(expand('~/.nightshell/office-light')) - if !has('gui_running') - execute 'silent !/bin/sh $HOME/.nightshell/office-light' - endif -endif - " clear old theme hi clear syntax reset