mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Update the neutral ramp for Andromeda
This commit is contained in:
parent
d0b35b5e19
commit
0674ca14d9
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@ const ramps = {
|
||||||
"#CBC9CF",
|
"#CBC9CF",
|
||||||
"#E1DDE4",
|
"#E1DDE4",
|
||||||
"#F7F7F8",
|
"#F7F7F8",
|
||||||
|
]).domain([
|
||||||
|
0,
|
||||||
|
0.1,
|
||||||
|
0.2,
|
||||||
|
0.3,
|
||||||
|
0.7,
|
||||||
|
0.8,
|
||||||
|
0.9,
|
||||||
|
1
|
||||||
]),
|
]),
|
||||||
red: colorRamp(chroma("#F92672")),
|
red: colorRamp(chroma("#F92672")),
|
||||||
orange: colorRamp(chroma("#F39C12")),
|
orange: colorRamp(chroma("#F39C12")),
|
||||||
|
|
Loading…
Reference in a new issue