danbev commited on
Commit
55107f1
·
unverified ·
1 Parent(s): a274e3b

examples : update link to Paul Tol's color scheme [no ci] (#3140)

Browse files

This commit updates the link to Paul Tol's color scheme in the
`examples/common.h` file. The previous link was outdated and
pointed to a non-existent page.

Files changed (1) hide show
  1. examples/common.h +1 -1
examples/common.h CHANGED
@@ -283,7 +283,7 @@ static std::string set_xterm256_foreground(int r, int g, int b) {
283
  }
284
 
285
  // Lowest is red, middle is yellow, highest is green. Color scheme from
286
- // Paul Tol; it is colorblind friendly https://personal.sron.nl/~pault/
287
  const std::vector<std::string> k_colors = {
288
  set_xterm256_foreground(220, 5, 12),
289
  set_xterm256_foreground(232, 96, 28),
 
283
  }
284
 
285
  // Lowest is red, middle is yellow, highest is green. Color scheme from
286
+ // Paul Tol; it is colorblind friendly https://sronpersonalpages.nl/~pault
287
  const std::vector<std::string> k_colors = {
288
  set_xterm256_foreground(220, 5, 12),
289
  set_xterm256_foreground(232, 96, 28),