"Edokter" posted a comment on MediaWiki.r106884.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/106884#c28234

Commit summary for MediaWiki.r106884:

Followup r105280
For bug 33139 "Swapping colors in new diff color scheme"

* Modified diff colorscheme to yellow[orange]/blue[blue]
  - These colors attempt to address the following issues with diffs:
    - Colorblindness (Protanopia/Deuteranopia)
    - Cultural meaning of color (e.g., "green is good, therefore this diff is 
better")
* Bumped font size up overall (actually, just removed the smaller)
* Removed dotted line around difftext

Edokter's comment:

I adjusted the yellow highlight:

<pre>/* Diffs */
td.diff-context,
td.diff-addedline,
td.diff-deletedline {
    white-space: pre-wrap;
}
td.diff-context {
    background: #F2F2F2;
}
td.diff-addedline {
    background: #E0ECFF;
}
td.diff-deletedline {
    background: #FCF8CC;
}
td.diff-addedline .diffchange {
    background: #B0C8FF;
    color: #001040;
}
td.diff-deletedline .diffchange {
    background: #FFD084;
    color: #302000;
}</pre>

Patch at bug 33139 is ready and waiting.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to