theme_importer: Add missing color imports for the minimap thumb (#34724)
These should have been part of https://github.com/zed-industries/zed/pull/30785 but I forgot to add them there. Release Notes: - N/A
This commit is contained in:
parent
750ceeb760
commit
8bc8d61fa6
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ impl VsCodeThemeConverter {
|
|||
scrollbar_track_background: vscode_editor_background.clone(),
|
||||
scrollbar_track_border: vscode_colors.editor_overview_ruler.border.clone(),
|
||||
minimap_thumb_background: vscode_colors.minimap_slider.background.clone(),
|
||||
minimap_thumb_hover_background: vscode_colors.minimap_slider.hover_background.clone(),
|
||||
minimap_thumb_active_background: vscode_colors.minimap_slider.active_background.clone(),
|
||||
editor_foreground: vscode_editor_foreground
|
||||
.clone()
|
||||
.or(vscode_token_colors_foreground.clone()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue