zed/crates/theme2
Marshall Bowers 008c56a09b
Adjust which status colors we import from the VS Code theme (#3570)
This PR adjusts the status colors we import from the VS Code theme to be
the right ones.

Instead of looking at the Git status colors, we use the
`editorGutter.addedBackground`, `editorGutter.modifiedBackground`, and
`editorGutter.deletedBackground` colors for added, modified, and deleted
status colors, respectively.

Release Notes:

- N/A
2023-12-08 17:56:25 -05:00
..
src Adjust which status colors we import from the VS Code theme (#3570) 2023-12-08 17:56:25 -05:00
util Allow arrays of colors to be passed in 2023-11-13 15:47:57 -05:00
Cargo.toml Extract Story into separate story crate (#3378) 2023-11-21 13:42:00 -05:00