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

strange text background #26

Open
JoveYu opened this issue Sep 29, 2020 · 4 comments
Open

strange text background #26

JoveYu opened this issue Sep 29, 2020 · 4 comments

Comments

@JoveYu
Copy link

JoveYu commented Sep 29, 2020

image

but other colorscheme

image

@PascalZh
Copy link

Change line 519~522:

exe "hi! Pmenu"          .s:fmt_none   .s:fg_base0  .s:bg_base02  .s:fmt_revbb
exe "hi! PmenuSel"       .s:fmt_none   .s:fg_base01 .s:bg_base2   .s:fmt_revbb
exe "hi! PmenuSbar"      .s:fmt_none   .s:fg_base2  .s:bg_base0   .s:fmt_revbb
exe "hi! PmenuThumb"     .s:fmt_none   .s:fg_base0  .s:bg_base03  .s:fmt_revbb

into

exe "hi! Pmenu"          .s:fmt_none   .s:fg_base0  .s:bg_base02 
exe "hi! PmenuSel"       .s:fmt_none   .s:fg_base01 .s:bg_base2
exe "hi! PmenuSbar"      .s:fmt_none   .s:fg_base2  .s:bg_base0
exe "hi! PmenuThumb"     .s:fmt_none   .s:fg_base0  .s:bg_base03

will solve your problem.
Now floatwin in Neovim is highlighted as Pmenu. However, Neosolarized set Pmenu highlight group in reverse color.

JoveYu added a commit to JoveYu/NeoSolarized that referenced this issue Nov 10, 2020
@JoveYu
Copy link
Author

JoveYu commented Nov 10, 2020

@PascalZh it works on my fork repo, thank you

@JoveYu
Copy link
Author

JoveYu commented Nov 24, 2020

@PascalZh The background color is too similar, is there any other solution?
image

@PascalZh
Copy link

@JoveYu 不知道,详情请help :hi,总之改一下那四句话就可以了

R00dRallec pushed a commit to R00dRallec/NeoSolarized that referenced this issue Jan 29, 2023
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

2 participants