diff --git a/plugin/color.vim b/plugin/color.vim index 9de36b3..dbdac4e 100644 --- a/plugin/color.vim +++ b/plugin/color.vim @@ -1,6 +1,7 @@ if !platform#is_windows() && \ !has("gui_running") && \ $TERM != 'xterm-256color' && + \ $TERM != 'xterm-kitty' && \ $TERM != 'screen-256color' && \ $TERM != 'tmux-256color' echo "This terminal does not report 256 color support but probaly supports it"