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

Add debuggingForeground to colorCustomizations #6852

Merged
merged 3 commits into from Jul 9, 2021

Conversation

lmlorca
Copy link
Contributor

@lmlorca lmlorca commented Jul 7, 2021

If you chose to customize your modes under vim.statusBarColor, and since statusBar.debuggingBackground is registered to colorCustomizations so it uses your current mode background, using debugger can render the statusBar unreadable. I'm simply registering the missing statusBar.debuggingForeground, so the statusBar uses both your mode's background and foreground, not just the background.

Copy link
Member

@J-Fields J-Fields left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@J-Fields J-Fields merged commit 8e22325 into VSCodeVim:master Jul 9, 2021
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

2 participants