ZIm/crates/editor2/src
Marshall Bowers 93a818d018
Add additional status colors and style diagnostic popovers (#3846)
This PR adds additional background and border colors for each of the
status colors to the theme.

These colors are then used to style the diagnostic popovers:

<img width="407" alt="Screenshot 2024-01-02 at 4 25 50 PM"
src="https://github.com/zed-industries/zed/assets/1486634/fbc64ea7-3dcd-43b7-8520-91f16304bfba">

<img width="396" alt="Screenshot 2024-01-02 at 4 26 05 PM"
src="https://github.com/zed-industries/zed/assets/1486634/6e4a44bf-4aac-4595-afff-7fbf8b2b9e1f">

Release Notes:

- N/A
2024-01-02 16:37:55 -05:00
..
display_map Rename build_view to new_view and build_model to new_model 2024-01-01 17:42:01 -07:00
scroll Remove #[allow(unused)] annotations in zed2 crates (#3798) 2023-12-25 12:23:44 +01:00
test Remove #[allow(unused)] annotations in zed2 crates (#3798) 2023-12-25 12:23:44 +01:00
blink_manager.rs Remove #[allow(unused)] annotations in zed2 crates (#3798) 2023-12-25 12:23:44 +01:00
display_map.rs Add additional status colors and style diagnostic popovers (#3846) 2024-01-02 16:37:55 -05:00
editor.rs Add additional status colors and style diagnostic popovers (#3846) 2024-01-02 16:37:55 -05:00
editor_settings.rs Fix editor settings deserialization in editor2 2023-11-09 15:37:46 -08:00
editor_tests.rs Rename build_view to new_view and build_model to new_model 2024-01-01 17:42:01 -07:00
element.rs Clean up Element API and start on docs 2023-12-31 08:33:40 -07:00
git.rs Rename build_view to new_view and build_model to new_model 2024-01-01 17:42:01 -07:00
highlight_matching_bracket.rs Fix highlight tests (and a quirky behaviour where the highlights were not dismissed when user clicks on something that's not a brace) 2023-12-05 10:17:27 +01:00
hover_popover.rs Add additional status colors and style diagnostic popovers (#3846) 2024-01-02 16:37:55 -05:00
inlay_hint_cache.rs Rename build_view to new_view and build_model to new_model 2024-01-01 17:42:01 -07:00
items.rs Rename build_view to new_view and build_model to new_model 2024-01-01 17:42:01 -07:00
link_go_to_definition.rs Remove #[allow(unused)] annotations in zed2 crates (#3798) 2023-12-25 12:23:44 +01:00
mouse_context_menu.rs Remove #[allow(unused)] annotations in zed2 crates (#3798) 2023-12-25 12:23:44 +01:00
movement.rs Rename build_view to new_view and build_model to new_model 2024-01-01 17:42:01 -07:00
persistence.rs Get editor2 compiling with a ton of code commented out 2023-11-02 23:35:20 -06:00
rust_analyzer_ext.rs Rename build_view to new_view and build_model to new_model 2024-01-01 17:42:01 -07:00
scroll.rs Remove #[allow(unused)] annotations in zed2 crates (#3798) 2023-12-25 12:23:44 +01:00
selections_collection.rs Remove stray dbg statements 2023-12-01 11:49:25 +01:00
test.rs Rename build_view to new_view and build_model to new_model 2024-01-01 17:42:01 -07:00