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

Selection color is same as color used for some syntax highlighting #9

Closed
nshern opened this issue Jan 15, 2024 · 1 comment · Fixed by #14
Closed

Selection color is same as color used for some syntax highlighting #9

nshern opened this issue Jan 15, 2024 · 1 comment · Fixed by #14
Assignees
Labels
bug Something isn't working

Comments

@nshern
Copy link

nshern commented Jan 15, 2024

Selection color is same as color used for some syntax highlighting, which results in some elements "disappearing" when highlighted.

Example markdown:

# Title 1
## Title 2
### Title 3

When visual mode is enabled and this block is selected, you won't be able to see the contents of the third line. The same happens in this example python:

def foo:
    print("bar")

My suggestion would be to find a color for highlighting that is not used for syntax highlighting.

@scottmckendry scottmckendry self-assigned this Jan 15, 2024
@scottmckendry scottmckendry added the bug Something isn't working label Jan 15, 2024
@scottmckendry
Copy link
Owner

Thanks for reporting, not sure why I never noticed this. I've set it to a saner color now which should be a bit easier on the eyes too. Here's what it looks like on the latest commit:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants