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

[VSCodium] Invisible current line in Hypercolor #14

Closed
Shadlock0133 opened this issue Jul 15, 2021 · 2 comments
Closed

[VSCodium] Invisible current line in Hypercolor #14

Shadlock0133 opened this issue Jul 15, 2021 · 2 comments

Comments

@Shadlock0133
Copy link

image
In above picture, selected line "Install Extensions" (using keyboard) has the same color as background.

@Shadlock0133 Shadlock0133 changed the title [VSCodium] Invisible current line [VSCodium] Invisible current line in Hypercolor Jul 15, 2021
@Shadlock0133
Copy link
Author

For now, I've worked around this issue by add this in settings.json:

"workbench.colorCustomizations": {
    "[Witch Hazel Hypercolor]": {
        "quickInputList.focusBackground": "#8077A8"
    }
}

@theacodes
Copy link
Owner

I wonder what's different with VSCodium vs VS Code that's causing this. If anyone has any ideas, let me know.

theacodes added a commit that referenced this issue Sep 1, 2021
Add icon for marketplace, closes #4
Add indent guide colors for classic, closes #11
Fixup some fields in package.json
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