mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Adjust the orange/yellow a bit
This commit is contained in:
parent
9bb1a5636f
commit
505b305b90
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const ramps = {
|
||||||
]),
|
]),
|
||||||
red: colorRamp(chroma("#e594c4")),
|
red: colorRamp(chroma("#e594c4")),
|
||||||
orange: colorRamp(chroma("#d9e87e")),
|
orange: colorRamp(chroma("#d9e87e")),
|
||||||
yellow: colorRamp(chroma("#fdb262")),
|
yellow: colorRamp(chroma("#fd9d83")),
|
||||||
green: colorRamp(chroma("#96adf7")),
|
green: colorRamp(chroma("#96adf7")),
|
||||||
cyan: colorRamp(chroma("#fc798f")),
|
cyan: colorRamp(chroma("#fc798f")),
|
||||||
blue: colorRamp(chroma("#BCD0F5")),
|
blue: colorRamp(chroma("#BCD0F5")),
|
||||||
|
|
Loading…
Reference in a new issue