Spaces:
Running
Running
examples : update link to Paul Tol's color scheme [no ci] (#3140)
Browse filesThis 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.
- 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://
|
| 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),
|