Open
Description
I have done the following steps before reporting this issue:
- I have searched the existing issues
- I have read the FAQ in the help doc
Operating system/version
Windows 11
GUI client/version
Vim 9.1
Feature matrix
I have a problem with the terminal in side gvim. When I use the Everforest theme, the color of directory name's is not readable when I select it or move the cursorline to it. How can I change the color of directory in the terminal?
Minimal vimrc that can reproduce this bug.
call plug#begin()
Plug 'prabirshrestha/vim-lsp'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-lsp.vim'
Plug 'mattn/vim-lsp-settings'
Plug 'mattn/emmet-vim'
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'
Plug 'sainnhe/everforest'
call plug#end()
" Important!!
if has('termguicolors')
set termguicolors
endif
" For light version.
set background=light
let g:everforest_cursor = 'blue'
let g:everforest_colors_override = {'bg_visual': ['#CCE5FF', '255'], }
Steps to reproduce this bug using minimal vimrc
nothing
Expected behavior
I want the directory's name have the black or grey color
Actual behavior
The directories's name is not readable when I move the cursor line to it or select it.
Activity