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

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:

Look, I have to know if this will be reverted, otherwise I can't create a (new) 
patch file. In the mean time, to see my take on the yellow/blue scheme, put 
these in your CSS and click "Show changes":

/* 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: #C4D3FF;
    color: #000000;
}
td.diff-deletedline .diffchange {
    background: #FFDBA4;
    color: #000000;
}


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

Reply via email to