-
Notifications
You must be signed in to change notification settings - Fork 100
The focus border is too subtle #24
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
Comments
You shouldn't just use the status bar bg for this as then theme authors will have problems with it - a lot of themes use a very muted status bar background. |
I was trying to use VS Code colors to allow theme authors to still be able to theme everything / not have to maintain my own color palettes as extensions only get access to three "categories" of themes which is light, dark, and high contrast. I'll ask @misolori his thoughts and what the best color scheme might be. |
Perhaps borrowing from the list colors would be better? |
I think you're running into the issue where we don't normally uses list colors and focus together, there are specific tokens for each one. One alternative you could try is to fade out the text that isn't selected and use the list color styles, and then apply an offset on the outline so it stand out: |
It's better, but it's really hard to focus on it because of the white text in the background. The decoded text part is easier to scan because of this. Another thing you can explore is making sure all of the number elements are evenly squared (makes it easier to scan). Right now it's wider and makes your eyes work a bit harder. |
@misolori making them square would reduce the amount of rows that can fit on the page? |
@Tyriar probably, but it's so much easier to read: BeforeAfter |
Personally I tend to not like reducing information density like this, it's cutting off ~1/3 of the content which could be important for the task at hand and end up increasing the amount of scrolling needed. Leveraging |
Looks like the PR will only be square for certain font family/size combinations. |
I can look into |
It's too difficult imo to tell the difference between selected unfocused:
And selected focused:
The only difference is it looks slightly blurry.
The text was updated successfully, but these errors were encountered: