zed/crates/theme2/src
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
..
styles Merge branch 'main' into terminal-element 2023-12-06 15:20:04 -08:00
themes Adjust which status colors we import from the VS Code theme (#3570) 2023-12-08 17:56:25 -05:00
default_colors.rs Merge branch 'main' into terminal-element 2023-12-06 15:20:04 -08:00
default_theme.rs Format code 2023-12-05 14:17:22 -05:00
one_themes.rs Merge branch 'main' into terminal-element 2023-12-06 15:20:04 -08:00
registry.rs Restore theme sorting in Zed2 (#3563) 2023-12-08 15:08:35 -05:00
scale.rs
settings.rs Enable buffer font size adjustment in zed2 2023-12-06 13:52:33 -08:00
styles.rs Extract Story into separate story crate (#3378) 2023-11-21 13:42:00 -05:00
theme2.rs Restore theme sorting in Zed2 (#3563) 2023-12-08 15:08:35 -05:00
user_theme.rs Merge branch 'main' into search-query-suggestion-fixes 2023-11-09 14:18:17 -08:00