doki-theme / doki-theme-visualstudio

Cute anime character themes for Visual Studio.
https://marketplace.visualstudio.com/items?itemName=unthrottled.dokithemevisualstudio
MIT License
126 stars 9 forks source link

The name of "Semi open files" are not that visible #14

Closed justalemon closed 3 years ago

justalemon commented 3 years ago

I don't know how to properly explain this, but when you Ctrl+Click something in Visual Studio, it will be opened but to the right side of the list of open files.

For this type of open files, the tab color will be dark enough to make the filename unreadable.

Here is an example, where the text "EntityMetadata.cs" is unreadable due to the tab color (if you couldn't find it, is to the left of the Solution Explorer at the top).

image

justalemon commented 3 years ago

Whops, I forgot to send the VS and DT versions.

Microsoft Visual Studio Community 2022 Preview Version 17.0.0 Preview 4.1 VisualStudio.17.Preview/17.0.0-pre.4.1+31717.71 Microsoft .NET Framework Version 4.8.04084

Installed Version: Community

The Doki Theme 0.4.0

Unthrottled commented 3 years ago

Got it, this is whenever you Go to Definition of a library file or something. I'll probably make it the same color as an active tab, because it gets pinned to the right and has a 🔒 symbol on on it.

Though with Rider, the tab does show up in a different color

image

I'll look into that once I am done with the light themes.