-
Notifications
You must be signed in to change notification settings - Fork 32
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
Font colour is not set explicitly, rendering white text unreadable in dark mode #318
Comments
@bmarwell Do you know of a way to define a |
Hi, not really (I have not looked into it yet). But the box inner colour (bg colour) is fixed yellow, so a fixed black font should suffice. |
That sounds doable 😉 thanks for clarifying! |
@bmarwell, do you think you could test with the latest snapshot version whether this issue still persists? I upgraded the PlantUML version and if I open the SVG images and change the background to #000000 (black), the image is still readable. |
To use the snapshot from maven, make sure you enable the snapshot repository: <repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories> Then you can change the |
Hey @sjoerdtalsma, I currently do not maintain a project with PlantUML anymore 🙈 |
No worries, I'll leave this issue open for a bit longer. |
Expected Behavior
Font is readable even in dark mode.
Actual Behavior
When using a browser or IDE javadoc viewer in dark mode, the font is not readable as it is rendered in white.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: