From 1bbc694939707f37d13a62d296efaa7844bf5693 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 19 Mar 2021 01:14:38 +0800 Subject: [PATCH] Use termguicolors --- core/ui.vim | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/core/ui.vim b/core/ui.vim index a62c25b..8a89a0c 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -2,11 +2,8 @@ "{{ General settings about colors " Enable true colors support. Do not set this option if your terminal does not " support true colors! For a comprehensive list of terminals supporting true -" colors, see https://github.com/termstandard/colors and -" https://gist.github.com/XVilka/8346728. -if match($TERM, '^xterm.*') != -1 || exists('g:started_by_firenvim') - set termguicolors -endif +" colors, see https://github.com/termstandard/colors and https://gist.github.com/XVilka/8346728. +set termguicolors "}} "{{ Colorscheme settings