From cfc4410275569b2e20f0fc7975af200f47c7176c Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 29 Oct 2014 12:37:17 +0000 Subject: [PATCH] Tweaks to diff classes and new one added Green class has black text to make more visible Grey class has darker background New lighter grey class added for non changed portions of text on diff line --- editor.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/editor.php b/editor.php index d202382..9935c0d 100644 --- a/editor.php +++ b/editor.php @@ -68,9 +68,10 @@ $activeLineBG = array_search($ICEcoder["theme"],array("3024-day","base16-light", h2 {color: rgba(0,198,255,0.7)} .heading {color:#888} .cm-s-diff {left: 50%} -.diffGreen {background: #0b0 !important; color: #fff !important} +.diffGreen {background: #0b0 !important; color: #000 !important} .diffRed {background: #800 !important; color: #fff !important} -.diffGrey {background: #888 !important; color: #fff !important} +.diffGrey {background: #444 !important; color: #fff !important} +.diffGreyLighter {background: #888 !important; color: #222 !important} .diffNone {}