Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.8.2 GO: Color codes for "months, weeks, hours, minutes ... ago" #353

Closed
gitblit opened this issue Aug 12, 2015 · 4 comments
Closed

0.8.2 GO: Color codes for "months, weeks, hours, minutes ... ago" #353

gitblit opened this issue Aug 12, 2015 · 4 comments

Comments

@gitblit
Copy link
Collaborator

gitblit commented Aug 12, 2015

Originally reported on Google Code with ID 57

In order to see "ago" better, color coding could be used for the time indicators:

   N yers ago     (doesn't need color)
   N months ago   (purple)
   N weeks ago    (dark purple)
   N hours ago    (light blue)
   N minutes ago  (very strong blue)

Just to remind: Whatever color you choose, keep color impaired (color deficienced)
people in mind:

Although most people see Red and Green as contrasting, those with Anomalous Trichromat
Vision Colorblindness (the most common type) will not be able to tell these colors
apart. This also goes for combination with variations of green and red, including colors
such as purple and orange.

Summary:

  - Avoid Green and Red. They may all be black to them.
  - Use strong contrasts. Some people don't see any 
    difference in colors if they are not distinct.

Few links for selecting colors:

  "Colourmaps for checking the legibility of displays by dichromats"
  http://perso.telecom-paristech.fr/~brettel/CRA24/fig3java.html

  http://www.toledo-bend.com/colorblind/colortable.asp


Reported by jari.aalto.fi on 2012-02-03 17:31:03

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

I'll implement something like this.

Reported by James.Moger on 2012-02-08 12:58:14

  • Status changed: Accepted
  • Labels added: Milestone-0.9.0

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

I met you half way on this one.  I extended the age coloring to 30 days using the following
scheme.

0-2 hours: bold, green #008000
2 hours - 2 days: bold, blue #0000ff
2 days - 7 days: normal, light blue #2b60de
7 days - 30 days: normal, purple #800080
30+: normal, black #000000

I'm not interested in extending age coloring beyond 30 days.  I tried to follow your
color guidelines but I found it difficult to quickly distinguish recent changes while
trying to accommodate everyone (I'm not colorblind).  If you'd like to suggest an alternative
to the green, I will entertain that.

Reported by James.Moger on 2012-02-21 22:46:08

  • Status changed: Queued

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fixed in v0.9.1

Reported by James.Moger on 2012-03-28 00:02:10

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fixed in v0.9.1. Closing.

Reported by James.Moger on 2012-03-28 00:03:13

  • Status changed: Fixed

@gitblit gitblit closed this as completed Aug 12, 2015
@flaix flaix modified the milestone: 0.9.0 Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants