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

Fix inverted vim's popup menu for dark theme. #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix inverted vim's popup menu for dark theme. #106

wants to merge 1 commit into from

Conversation

lkhphuc
Copy link

@lkhphuc lkhphuc commented Feb 16, 2021

Before:
Screenshot 2021-02-16 at 15 37 53

After:
Screenshot 2021-02-16 at 15 40 01

Fix according to the light theme.

@imr0
Copy link

imr0 commented Jul 8, 2021

Hi, I think the popup parts should should be exchanged from fg to bg as well, i.e. should be

call s:h("PmenuSel", s:bg, s:blue, "")

and

call s:h("PmenuThumb", "", s:bg, "")

on lines 88 and 90, accordingly.

@dwettstein
Copy link

Fixes #111

@dist1ll
Copy link

dist1ll commented Jan 23, 2022

How come this is still not merged? I think fixing this would spare many users of this theme trouble

BBaoVanC added a commit to BBaoVanC/onehalf that referenced this pull request Mar 28, 2022
@mentos1386
Copy link

Is there a way to apply this "localy" so we don't have to wait for this to be merged?

@harshad1
Copy link

@mentos1386 probably the easiest way is to use BBaoVanC/onehalf . It looks like they have merged this change in

dwettstein added a commit to dwettstein/onehalf that referenced this pull request Nov 11, 2023
Resolves sonph#111

* mr-upstream-106:
  Update onehalfdark.vim
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

Successfully merging this pull request may close these issues.

None yet

6 participants