[
https://issues.jenkins-ci.org/browse/JENKINS-11619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=158567#comment-158567
]
Daniel Doubrovkine commented on JENKINS-11619:
----------------------------------------------
Can you please open this in
https://github.com/dblock/jenkins-ansicolor-plugin/issues ? And maybe fix/make
a pull request? :)
> Yellow and Cyan are unreadable on default Jenkins
> -------------------------------------------------
>
> Key: JENKINS-11619
> URL: https://issues.jenkins-ci.org/browse/JENKINS-11619
> Project: Jenkins
> Issue Type: Bug
> Components: ansicolor
> Reporter: Christian Höltje
> Attachments: foo.rb, result.java
>
>
> The colors "yellow" and "cyan" are impossible to read on the white background.
> May I suggest that you use class="ansicolor-cyan" instead of style="color:
> cyan"? This would allow someone to override the exact saturation/value of a
> color to make them readable.
> By default, I'd suggest the following colors:
> .ansicolor-cyan {
> color: #0AA;
> }
> .ansicolor-yellow {
> color: #AA0;
> }
> I don't have an example of all the different colors, magenta may also be a
> problem...
> You could do this with all the various attributes, including 256 color ansi
> sequences, bold, underline, bright, etc.
> .ansicolor-bold {
> font-weight: bold;
> }
> .ansicolor-underline {
> text-decoration: underline;
> }
> .ansicolor-bright {
> ...hmm...not sure...
> }
> I'd be happy to help with the CSS...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira