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

File header's background color should be in such a way that we can clearly figure out which file we are in #266

Open
viveksinghggits opened this issue Aug 2, 2020 · 2 comments

Comments

@viveksinghggits
Copy link

Describe the solution you'd like
So as of now if we have some files opened, due to color combination its a bit hard to figure out which file is currently opened. We should change the file header's background color to make that clear.

image

in the attached image, we can not clearly differentiate between which file is actually opened.

@m-allanson
Copy link

m-allanson commented Apr 11, 2022

I've added the following to my VSCode user settings:

  "workbench.colorCustomizations": {
    "[Night Owl Light]": {
      "tab.activeBorder": "#994cc3"
    }
  }

This add a border to the bottom of the active tab:

Screen Shot 2022-04-11 at 12 07 56

@viveksinghggits
Copy link
Author

thanks @m-allanson
I was actually getting around by that by just setting the background color.

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