Page MenuHomePhabricator

In changes screen, minor deletions are hard to see
Closed, ResolvedPublic

Description

Example: When a single space is being removed, I have to get much closer to my screen to see a tiny, very pale orange change. It would be great if these stood out a lot more. Additions on the right are easier to see because their color (shade of blue) stands out a lot better.

Event Timeline

Stevietheman raised the priority of this task from to Medium.
Stevietheman updated the task description. (Show Details)
Stevietheman added a project: AutoWikiBrowser.

@Stevietheman AWB supports custom styles for the diff display, see https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/style.css

Copy the current style, then for the colouring the lines you should change are:

td.diff-addedline .diffchange {
background: #d8ecff;
}

td.diff-deletedline .diffchange {
background: #feeec8;
}

Then you can choose whatever colours work best for you.

Rjwilmsi changed the task status from Open to Stalled.Jul 27 2015, 10:22 AM
Rjwilmsi moved this task from Backlog to User input needed on the AutoWikiBrowser board.

Works great! Thanks! I'm using red for deleted and blue for added with white font colors. My eyes can't miss these. I just wish it wasn't so subtle to begin with.

Rjwilmsi claimed this task.