zed/crates/editor2/src
Marshall Bowers 050ff6b27d
Adjust scrollbar track background and border colors (#3596)
This PR adjusts the colors we pull from the VS Code themes to use for
the scrollbar track background and border.

For the scrollbar track background we now use the `editor.background`,
and for the scrollbar track border we use `editorOverviewRuler.border`.

Release Notes:

- N/A
2023-12-11 17:08:39 -05:00
..
display_map Get app menus basically working 2023-12-05 16:37:01 -07:00
scroll
test First round of vim tests 2023-12-11 14:16:25 -07:00
blink_manager.rs
display_map.rs Finalize the command 2023-12-11 12:28:22 +02:00
editor.rs Remove warnigns 2023-12-11 10:45:27 -07:00
editor_settings.rs
editor_tests.rs Finalize the command 2023-12-11 12:28:22 +02:00
element.rs Adjust scrollbar track background and border colors (#3596) 2023-12-11 17:08:39 -05:00
git.rs Fix git test compilation 2023-12-04 17:57:43 +01: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 Restore namespace parameter to actions! 2023-12-09 15:18:31 -07:00
inlay_hint_cache.rs Finalize the command 2023-12-11 12:28:22 +02:00
items.rs Fix inactive tab styles (the verbose way) (#3591) 2023-12-11 15:42:17 -05:00
link_go_to_definition.rs Uncomment a bunch of tests in the editor 2023-12-01 18:11:27 +01:00
mouse_context_menu.rs Editor2 tests (#3486) 2023-12-05 14:52:20 +01:00
movement.rs Finalize the command 2023-12-11 12:28:22 +02:00
persistence.rs
rust_analyzer_ext.rs Finalize the command 2023-12-11 12:28:22 +02:00
scroll.rs Listen for mouse events on scrollbar 2023-12-11 10:33:05 +01:00
selections_collection.rs
test.rs