lunacookies / vim-colors-xcode

Xcode 11’s dark and light colourschemes for Vim
ISC License
607 stars 60 forks source link

No change after setting match_paren_style #38

Open ParallaxKnight opened 6 months ago

ParallaxKnight commented 6 months ago

After adding g:xcode_match_paren_style to 1. Highlights is still blue with white

ParallaxKnight commented 6 months ago

I am using it with match-up

bronzehedwick commented 6 months ago

@ParallaxKnight I'm not able to replicate the issue (see screenshots, below).

Screenshot 2024-05-30 at 9 19 16 PM Screenshot 2024-05-30 at 9 19 11 PM

Can you post the following details:

  1. Whether you are using Vim or Neovim, and which version.
  2. Which terminal/GUI you are using, and the color depth.
  3. Issue reproduction instructions with a minimal vimrc - The vimrc should only include what's necessary to load the colorscheme, along with the variables set.

Thanks!