Add seperate scrollbar styling
This commit is contained in:
parent
2200a22c07
commit
af73c1af06
4 changed files with 21 additions and 2 deletions
|
@ -1052,7 +1052,7 @@ impl EditorElement {
|
|||
..Default::default()
|
||||
});
|
||||
|
||||
let diff_style = theme::current(cx).editor.diff.clone();
|
||||
let diff_style = &theme::current(cx).editor.scrollbar.git;
|
||||
for hunk in layout
|
||||
.position_map
|
||||
.snapshot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue