Style wrap guides for imported themes

This commit is contained in:
Nate Butler 2023-12-18 11:16:22 -05:00
parent b46f5be490
commit da7628cc1e
12 changed files with 73 additions and 0 deletions

View file

@ -243,6 +243,8 @@ impl VsCodeThemeConverter {
.editor_foreground
.as_ref()
.traverse(|color| try_parse_color(&color))?,
editor_wrap_guide: vscode_panel_border,
editor_active_wrap_guide: vscode_panel_border,
scrollbar_track_background: vscode_editor_background,
scrollbar_track_border: vscode_colors
.editor_overview_ruler_border