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

Reduced opacity for "File Colors" UI theme keys #53

Merged
merged 1 commit into from
May 23, 2019

Conversation

arcticicestudio
Copy link
Contributor

@arcticicestudio arcticicestudio commented May 23, 2019

Resolves #47
Resolves #51

The File Colors are used to distinguish between project files, folders or packages of specific scopes. Unfortunately the theme API doesn't allow (yet) to specify the target for the color like e.g. background or only foreground.
With the previous colors (100% opacity) this resulted in too bright highlighted backgrounds making most labels unreadable and destroying the themes overall appearance.

The color's opacity has now been changed to 10% which is still enough to be recognizable and doesn't affects the readability of labels.

Before

After

The "File Colors" (1) are used to distingush between project files,
folders or packages of specific scopes. Unfortunately the theme API
doesn't allow (yet) to specify the target for the color like e.g.
background or only foreground.
With the previous colors (100% opacity) this resulted in too bright
highlighted backgrounds making most labels unreadable and destroying
the themes overall appearance.

They color's opacity has now been changed to 10% which is still enough
to be recognizable and doesn't affects the readability of labels.

References:
  (1) https://www.jetbrains.com/help/idea/settings-file-colors.html

GH-47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants