night-owl-vscode-theme icon indicating copy to clipboard operation
night-owl-vscode-theme copied to clipboard

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

Open viveksinghggits opened this issue 3 years ago • 2 comments

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.

viveksinghggits avatar Aug 02 '20 19:08 viveksinghggits

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

m-allanson avatar Apr 11 '22 10:04 m-allanson

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

viveksinghggits avatar Apr 11 '22 10:04 viveksinghggits