Fix missing red color in sandcastle
theme
This commit is contained in:
parent
aafaee7463
commit
bb91492098
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const ramps = {
|
||||||
"#d5c4a1",
|
"#d5c4a1",
|
||||||
"#fdf4c1",
|
"#fdf4c1",
|
||||||
]),
|
]),
|
||||||
red: colorRamp(chroma("#83a598")),
|
red: colorRamp(chroma("#B4637A")),
|
||||||
orange: colorRamp(chroma("#a07e3b")),
|
orange: colorRamp(chroma("#a07e3b")),
|
||||||
yellow: colorRamp(chroma("#a07e3b")),
|
yellow: colorRamp(chroma("#a07e3b")),
|
||||||
green: colorRamp(chroma("#528b8b")),
|
green: colorRamp(chroma("#528b8b")),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue