Make scrollbar track transparent
This commit is contained in:
parent
710a26ce32
commit
d643d99943
10 changed files with 40 additions and 40 deletions
|
@ -230,7 +230,7 @@ impl Zed1ThemeConverter {
|
|||
.map(|color| color_alpha(color, 0.3)),
|
||||
scrollbar_thumb_hover_background: convert(middle.base.hovered.background),
|
||||
scrollbar_thumb_border: convert(middle.base.default.border),
|
||||
scrollbar_track_background: convert(highest.base.default.background),
|
||||
scrollbar_track_background: Some(gpui::transparent_black()),
|
||||
scrollbar_track_border: convert(highest.variant.default.border),
|
||||
editor_foreground: convert(editor.text_color),
|
||||
editor_background: convert(editor.background),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue