Skip to content

Commit

Permalink
Slightly reduces saturation of the first default color (dark blue).
Browse files Browse the repository at this point in the history
  • Loading branch information
pazmivaniye committed Jun 18, 2024
1 parent 26fafd5 commit cb74238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion axis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static const std::string src0 =
"\\NewDocumentCommand\\dd{}{\\operatorname{d}}" + endl +
"\\NewDocumentCommand\\dv{mm}{\\frac{\\dd#1}{\\dd#2}}" + endl +
"\\NewDocumentCommand\\pdv{mm}{\\frac{\\partial#1}{\\partial#2}}" + endl +
"\\definecolor{color0}{RGB}{ 0, 57, 181}" + endl +
"\\definecolor{color0}{RGB}{ 0, 62, 168}" + endl +
"\\definecolor{color1}{RGB}{202, 46, 0}" + endl +
"\\definecolor{color2}{RGB}{ 44, 151, 225}" + endl +
"\\definecolor{color3}{RGB}{141, 202, 58}" + endl +
Expand Down
2 changes: 1 addition & 1 deletion pgfplotter
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace pgfplotter
// These have uniformly increasing perceived lightness.
constexpr std::array<std::array<int, 3>, 5> Defaults =
{{
{ 0, 57, 181},
{ 0, 62, 168},
{202, 46, 0},
{ 44, 151, 225},
{141, 202, 58},
Expand Down

0 comments on commit cb74238

Please sign in to comment.