We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some of the Flat themes, parts of the painted String are not visible in the areas where the progress bar doesn't paint the value.
See this example, where the progress bar value is set at 70, with a maximum of 100. The painted String is "Testing JProgressBar"
Using FlatMonokaiProContrastIJTheme produces missing parts of the String
FlatMonokaiProContrastIJTheme
Using FlatDarculaLaf produces correct result
FlatDarculaLaf
I have gone through all the available themes and I noticed the themes that are not rendering properly are all from the materialthemeuilite package.
materialthemeuilite
The painted String is visible for these themes, but it is hard to read due to clash of similar colours
The text was updated successfully, but these errors were encountered:
IntelliJ Themes: fixed text colors in ProgressBar (issue #138)
ef38f38
The reason for the wrong text colors in progress bars is that they are not used in IntelliJ and the authors of IntelliJ themes do not specify them.
Fixed in master branch.
Please let me know if there is still something wrong....
Sorry, something went wrong.
Thanks for the quick fix @DevCharly looks good.
No branches or pull requests
For some of the Flat themes, parts of the painted String are not visible in the areas where the progress bar doesn't paint the value.
See this example, where the progress bar value is set at 70, with a maximum of 100. The painted String is "Testing JProgressBar"
Using
FlatMonokaiProContrastIJTheme
produces missing parts of the StringUsing
FlatDarculaLaf
produces correct resultI have gone through all the available themes and I noticed the themes that are not rendering properly are all from the
materialthemeuilite
package.The painted String is visible for these themes, but it is hard to read due to clash of similar colours
The text was updated successfully, but these errors were encountered: