diff options
| author | jdhao <jdhao@hotmail.com> | 2021-03-19 01:14:38 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-03-19 01:14:38 +0800 |
| commit | 1bbc694939707f37d13a62d296efaa7844bf5693 (patch) | |
| tree | bb29d3b8595a2f9670be36e9d836f270d5d0e020 /core/ui.vim | |
| parent | ac0040a98256963468439f87a51cb6c6e8582ee6 (diff) | |
Use termguicolors
Diffstat (limited to 'core/ui.vim')
| -rw-r--r-- | core/ui.vim | 7 |
1 files 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 |
