Skip to content

Commit

Permalink
Adjusts default colors (makes yellow more orange).
Browse files Browse the repository at this point in the history
  • Loading branch information
pazmivaniye committed Jun 19, 2024
1 parent 48388b5 commit d7a728e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pgfplotter
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ namespace pgfplotter
constexpr std::array<std::array<int, 3>, 5> Defaults =
{{
{ 0, 34, 138},
{240, 56, 0},
{ 53, 178, 253},
{153, 219, 64},
{255, 227, 0}
{221, 51, 0},
{ 48, 163, 232},
{139, 201, 58},
{254, 199, 0}
}};
// Blue to white to red, with equal perceived lightness and saturation
// at both ends.
Expand Down

0 comments on commit d7a728e

Please sign in to comment.