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

Cursor blinking is barely visible in HTML file #7

Closed
lordgreg opened this issue Oct 12, 2017 · 2 comments
Closed

Cursor blinking is barely visible in HTML file #7

lordgreg opened this issue Oct 12, 2017 · 2 comments

Comments

@lordgreg
Copy link

Hi. I love the theme. It is awesome!

There is just one thing, which really bothers my development. If in HTML file and creating new element with typing "p" and pressing enter or tab, it will create <p></p> and put the cursor in the middle. The blinking cursor is barely visible.

image

Can this get fixed somehow?

@whizkydee
Copy link
Owner

Hi @lordgreg ,
First off, Thanks for using this theme. I'm glad you love it!

This doesn't look like an issue associated with the theme. The cursor color is fine, but the default bracket matching behaviour in VS Code is weird. If you don't mind a few tweaks though, here;

Add the snippets you find helpful to your settings.json file;

  1. You might want to disable the borders around the < and > with:
"editor.matchBrackets": false

Or...

  1. You can change the cursor color with:
"editor.tokenColorCustomizations": {
  "editorCursor.foreground": "YOUR_HEX_HERE"
}

I hope this solves your problem.

Cheers 🎉!

@lordgreg
Copy link
Author

Hi @whizkydee and thank you for your response. You sent me to correct direction, however, the thing that bothered at most (as seen on screenshot above) was actually:

  "workbench.colorCustomizations": {
    "editorBracketMatch.border": "#fefefe"
  }

I've set it to stronger light color and it looks great now.

Thank you 👍

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