This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257429 - Add ability to change colors of code coverage in editor (java)
Summary: Add ability to change colors of code coverage in editor (java)
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-06 01:05 UTC by LadyCailin
Modified: 2016-08-18 11:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description LadyCailin 2016-01-06 01:05:35 UTC
Much like this bug for the PHP plugin: https://netbeans.org/bugzilla/show_bug.cgi?id=188452

I am using code coverage using the JaCoCo Maven Plugin. When using a dark theme, however, (Norway Today) the code becomes unreadable, as the white text on light green background really clashes. Either it should detect that I'm using a dark theme, and change appropriately, or simply allow me to change the colors myself. The attachment on bug 188452 shows basically the exact same problem for my Java code.
Comment 1 Vitex 2016-08-18 11:37:22 UTC
Please Add Code Coverage Color selection to options/colors.
I want use dark theme and code coverage together.