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(lazy): use NormalFloat bg as bg #52

Merged
merged 1 commit into from
Aug 10, 2024
Merged

fix(lazy): use NormalFloat bg as bg #52

merged 1 commit into from
Aug 10, 2024

Conversation

ramojus
Copy link
Owner

@ramojus ramojus commented Aug 10, 2024

I've decided to use bg2 for lazy in #37 (instead of NormalFloat - bg3) to make the buttons look more pronounced. The design of the buttons has since been generalized to look good in all contexts (#44) and lazy bg became an issue, because it was inconsistent with other plugins without any real reason.
Furthermore, bg2 doesn't respect transparent_background setting, so we should always use NormalFloat bg, which respects this setting.

Fix was made in #49, but this PR keeps the inconsistency, which I would prefer to get rid of.

Fixes #51.

@ramojus ramojus merged commit aeca4c1 into main Aug 10, 2024
1 check passed
ramojus added a commit that referenced this pull request Aug 10, 2024
@ramojus ramojus deleted the fix/lazy-bg branch August 25, 2024 08:30
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.

Lazy does not honor transparent_background settings
1 participant