Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Vim) Wrong colors for ctermfg and guifg for highlight SpecialKey but not highlight LineNr #138

Open
0804d23d opened this issue Jul 2, 2022 · 0 comments

Comments

@0804d23d
Copy link

0804d23d commented Jul 2, 2022

Here are my minimum .vimrc:

call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged')

Plug 'sonph/onehalf', { 'rtp': 'vim' }    " https://www.dunebook.com/best-vim-themes/
    let g:airline_theme='onehalflight'

call plug#end()

set number
highlight LineNr ctermfg=Gray

set list
highlight SpecialKey ctermfg=Gray guifg=#bcbcbc
set listchars=multispace:•

let macvim_skip_colorscheme=1

colorscheme onehalflight

But why is the color of listchars=multispace:• not the gray color like highlight LIneNr (in both terminal and MacVim)?

@0804d23d 0804d23d changed the title Wrong colors for ctermfg and guifg for highlight SpecialKey but not highlight LineNr (Vim) Wrong colors for ctermfg and guifg for highlight SpecialKey but not highlight LineNr Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant