diff options
Diffstat (limited to 'runtime/colors/koehler.vim')
-rw-r--r-- | runtime/colors/koehler.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/koehler.vim b/runtime/colors/koehler.vim index 04476d1ee9..cc4eff6cdf 100644 --- a/runtime/colors/koehler.vim +++ b/runtime/colors/koehler.vim @@ -3,7 +3,7 @@ " Maintainer: original maintainer Ron Aaron <ron@ronware.org> " Website: https://www.github.com/vim/colorschemes " License: Same as Vim -" Last Updated: Mon Aug 8 15:21:12 2022 +" Last Updated: Tue 23 Aug 2022 16:50:39 MSK " Generated by Colortemplate v2.2.0 @@ -12,7 +12,7 @@ set background=dark hi clear let g:colors_name = 'koehler' -let s:t_Co = exists('&t_Co') ? (&t_Co ? &t_Co : 0) : -1 +let s:t_Co = exists('&t_Co') && !has('gui_running') ? (&t_Co ? &t_Co : 0) : -1 hi! link Terminal Normal hi! link Boolean Constant |