neovide
neovide copied to clipboard
How do you make the .app correspond to the binary in the doc?
Describe the bug I use Alfred to switch windows, when I do <M-S> it opens Alfred then I type 'Neovide' it **should switch to the existing Neovide window. It opens an instance of the Neovide .app which doesn't correspond to the current window I am using.
I cannot use the .app because for whatever reason nnn exits with process code 1 when using it and it doesn't allow for the --frame None option
To Reproduce Steps to reproduce the behavior: use Alfred to try and switch windows when using Neovide opened by the terminal
Expected behavior The .app should have the same behavior as the binary or the binary should correspond to the .app in the dock so that it can switch windows.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Please run neovide --log
and paste the contents of the .log
file here:
the log is too big im going to try and upload it as a file
TRACE [neovide] Neovide version: 0.8.0
INFO [neovide::bridge] Starting neovim with: Command { std: "/opt/homebrew/bin/nvim" "--embed", kill_on_drop: false }
DEBUG [neovide::bridge::events] Ignored client type property: "version"
DEBUG [neovide::bridge::events] Ignored client type property: "type"
DEBUG [neovide::bridge::events] Ignored client type property: "methods"
DEBUG [neovide::bridge::events] Ignored client type property: "attributes"
INFO [neovide::bridge::setup] Neovide registered to nvim with channel id 1
INFO [neovide::bridge] Neovim process attached
DEBUG [neovide::settings::window_geometry] Loaded window settings: Windowed { position: PhysicalPosition { x: 1042, y: 0 }, size: Dimensions { width: 451, height: 52 } }
TRACE [neovide::renderer::fonts::caching_shaper] Using font_size: 14.00px
TRACE [neovide::renderer::fonts::font_loader] Loading font FontKey { bold: false, italic: false, family_name: None }
TRACE [neovide::renderer::fonts::caching_shaper] Font width: 8.62px 8.68px
TRACE [neovide::renderer::fonts::caching_shaper] Fudge factor: 1.04
TRACE [neovide::renderer::fonts::caching_shaper] Fudged font size: 14.63px
TRACE [neovide::renderer::fonts::caching_shaper] Fudged font width: 9.00px
TRACE [neovide::renderer::fonts::font_loader] Loading font FontKey { bold: false, italic: false, family_name: None }
INFO [neovide::window] window created (scale_factor: 1.0000, font_dimensions: Dimensions { width: 9, height: 18 })
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::renderer::fonts::caching_shaper] Shaping text:
TRACE [neovide::channel_utils] neovide::bridge::ui_commands::UiCommand Parallel(FocusGained)
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::bridge::handler] Neovim notification: "redraw"
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: ArabicShape(true) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: AmbiWidth("single") })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Emoji(true) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: GuiFont("") })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: GuiFontWide("") })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: LineSpace(0) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("mousefocus", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Pumblend(0) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: ShowTabLine(1) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: TermGuiColors(true) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ttimeout", Boolean(true)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ttimeoutlen", Integer(PosInt(50))) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_linegrid", Boolean(true)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_multigrid", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_hlstate", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_termcolors", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(DefaultColorsSet { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) } })
TRACE [neovide::editor] Option set ArabicShape(true)
TRACE [neovide::editor] Option set AmbiWidth("single")
TRACE [neovide::editor] Option set Emoji(true)
TRACE [neovide::editor] Option set GuiFont("")
TRACE [neovide::editor] Option set GuiFontWide("")
TRACE [neovide::editor] Option set LineSpace(0)
TRACE [neovide::editor] Option set Unknown("mousefocus", Boolean(false))
TRACE [neovide::editor] Option set Pumblend(0)
TRACE [neovide::editor] Option set ShowTabLine(1)
TRACE [neovide::editor] Option set TermGuiColors(true)
TRACE [neovide::editor] Option set Unknown("ttimeout", Boolean(true))
TRACE [neovide::editor] Option set Unknown("ttimeoutlen", Integer(PosInt(50)))
TRACE [neovide::editor] Option set Unknown("ext_linegrid", Boolean(true))
TRACE [neovide::editor] Option set Unknown("ext_multigrid", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_hlstate", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_termcolors", Boolean(false))
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 1, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] alloc::vec::Vec<neovide::renderer::DrawCommand> [FontChanged(""), DefaultStyleChanged(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 })]
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 2, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.827451, g: 0.827451, b: 0.827451, a: 1.0 }), background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 3, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 4, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 5, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: true, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 6, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 7, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 8, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 9, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: true, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 10, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 11, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 80 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 12, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 100 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 13, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 14, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.5019608, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 15, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 16, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 17, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 18, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 19, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.64705884, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 20, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6784314, g: 0.84705883, b: 0.9019608, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 21, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.827451, g: 0.827451, b: 0.827451, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 22, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 23, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 1.0, g: 0.64705884, b: 0.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 24, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.6784314, g: 0.84705883, b: 0.9019608, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 25, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.827451, g: 0.827451, b: 0.827451, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 26, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.54509807, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 27, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 28, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.4, g: 0.4, b: 0.4, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 29, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 30, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.0, b: 0.54509807, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 31, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.54509807, g: 0.0, b: 0.54509807, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 32, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.54509807, b: 0.54509807, a: 1.0 }), special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 33, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 34, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.5019608, g: 0.5019608, b: 0.5019608, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 35, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 36, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 37, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.0, g: 0.54509807, b: 0.54509807, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 38, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.18039216, g: 0.54509807, b: 0.34117648, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 39, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 0.0, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 40, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 41, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 42, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.5019608, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 43, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 44, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 45, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 46, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.0, g: 1.0, b: 1.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 47, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 1.0, g: 0.0, b: 1.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 48, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 49, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 50, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 51, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 52, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.5019608, g: 0.627451, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 53, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.627451, b: 0.627451, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 54, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.64705884, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 55, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.2509804, g: 1.0, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 56, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 0.3764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 57, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.5019608, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 58, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.3764706, g: 1.0, b: 0.3764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 59, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.5019608, g: 0.627451, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 60, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 61, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6627451, g: 0.6627451, b: 0.6627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 62, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_cmdline", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_popupmenu", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_tabline", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_wildmenu", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: Unknown("ext_messages", Boolean(false)) })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(DefaultColorsSet { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Resize { grid: 1, width: 451, height: 52 })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(Clear { grid: 1 })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: GuiFont("PragmataProMonoLiga Nerd Font:h17") })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(OptionSet { gui_option: TermGuiColors(true) })
TRACE [neovide::editor] Option set Unknown("ext_cmdline", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_popupmenu", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_tabline", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_wildmenu", Boolean(false))
TRACE [neovide::editor] Option set Unknown("ext_messages", Boolean(false))
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 63, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.972549, g: 0.972549, b: 0.972549, a: 1.0 }), background: Some(Color4f { r: 0.654902, g: 0.654902, b: 0.654902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 64, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.5019608, g: 0.627451, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: true, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 65, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 66, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 67, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(DefaultColorsSet { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) } })
TRACE [neovide::channel_utils] alloc::vec::Vec<neovide::renderer::DrawCommand> [DefaultStyleChanged(Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), special: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 })]
TRACE [neovide::redraw_scheduler] Next frame queued
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 68, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 69, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 70, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 71, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 72, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.39215687, b: 0.4745098, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 73, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 74, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 75, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.7607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 76, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8392157, g: 0.87058824, b: 0.92156863, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 77, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 78, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.79607844, b: 0.54509807, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 79, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9254902, g: 0.76862746, b: 0.5529412, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 80, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.54901963, b: 0.42352942, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 81, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 82, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.34509805, b: 0.45490196, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 83, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 84, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.68235296, g: 0.5058824, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 85, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 86, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.36862746, g: 0.5921569, b: 0.9254902, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 87, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 88, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.12941177, g: 0.78039217, b: 0.65882355, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 89, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 90, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 91, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 92, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.54901963, b: 0.42352942, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 93, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 94, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.68235296, g: 0.5058824, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 95, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 96, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.12941177, g: 0.78039217, b: 0.65882355, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 97, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 98, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 99, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.54901963, b: 0.42352942, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 100, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.12941177, g: 0.78039217, b: 0.65882355, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 101, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.39215687, b: 0.4745098, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 102, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.54901963, b: 0.42352942, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: true, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 103, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.79607844, b: 0.54509807, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: true, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 104, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 105, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 106, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 107, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 108, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 109, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 110, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 111, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 112, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 113, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.54901963, b: 0.42352942, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 114, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.05490196, g: 0.16078432, b: 0.24705882, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 115, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8392157, g: 0.87058824, b: 0.92156863, a: 1.0 }), background: Some(Color4f { r: 0.16078432, g: 0.39607844, b: 0.5882353, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 116, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.05490196, g: 0.16078432, b: 0.24705882, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 117, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.29411766, g: 0.39215687, b: 0.4745098, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 118, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8392157, g: 0.87058824, b: 0.92156863, a: 1.0 }), background: Some(Color4f { r: 0.16078432, g: 0.39607844, b: 0.5882353, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 119, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 120, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 121, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 122, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 123, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 124, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.29411766, g: 0.39215687, b: 0.4745098, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 125, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 126, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 127, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 128, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 129, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 130, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 131, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 132, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 133, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 134, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 135, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 136, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.05490196, g: 0.16078432, b: 0.24705882, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 137, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.03137255, g: 0.11764706, b: 0.18431373, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 138, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6745098, g: 0.7058824, b: 0.7607843, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 139, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.05490196, g: 0.16078432, b: 0.24705882, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 140, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 141, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 142, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 143, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.96862745, g: 0.54901963, b: 0.42352942, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: true, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 144, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 145, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.6666667, b: 0.72156864, a: 1.0 }), background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: true, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 146, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 147, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), background: Some(Color4f { r: 0.12941177, g: 0.78039217, b: 0.65882355, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 148, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 149, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.34509805, b: 0.45490196, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 150, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.003921569, g: 0.08627451, b: 0.15294118, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 151, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 152, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 153, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 154, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.34509805, b: 0.45490196, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 155, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 156, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 157, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 158, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), background: Some(Color4f { r: 0.68235296, g: 0.5058824, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 159, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 0.34509805, b: 0.45490196, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 160, style: Style { colors: Colors { foreground: None, background: None, special: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }) }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: true, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 161, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8392157, g: 0.87058824, b: 0.92156863, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 162, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9254902, g: 0.76862746, b: 0.5529412, a: 1.0 }), background: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 163, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 164, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.03529412, g: 0.13333334, b: 0.21176471, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 165, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 166, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9254902, g: 0.76862746, b: 0.5529412, a: 1.0 }), background: Some(Color4f { r: 0.17254902, g: 0.1882353, b: 0.2627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 167, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.5647059, g: 0.93333334, b: 0.5647059, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 168, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.0, g: 0.0, b: 0.0, a: 1.0 }), background: Some(Color4f { r: 1.0, g: 1.0, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 169, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.0, b: 0.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 170, style: Style { colors: Colors { foreground: Some(Color4f { r: 1.0, g: 0.57254905, b: 0.16862746, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 171, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.98039216, g: 0.6901961, b: 0.019607844, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 172, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.08235294, g: 0.6666667, b: 0.7490196, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 173, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9843137, g: 0.28627452, b: 0.20392157, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 174, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6, g: 0.6, b: 0.6, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 175, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: true, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 176, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: true, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 177, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: true, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 178, style: Style { colors: Colors { foreground: None, background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: true, underline: false, undercurl: false, blend: 100 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 179, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 180, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 181, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 182, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 183, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 184, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 185, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 186, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 187, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 188, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 189, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 190, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 191, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 192, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 193, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 194, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 195, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 196, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 197, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 198, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 199, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 200, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 201, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 202, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 203, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 204, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 205, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 206, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 207, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 208, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 209, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 210, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 211, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 212, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 213, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 214, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 215, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 216, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 217, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 218, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 219, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 220, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 221, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 222, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 223, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 224, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 225, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 226, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 227, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 228, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 229, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 230, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 231, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 232, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 233, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 234, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 235, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 236, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 237, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 238, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 239, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 240, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 241, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 242, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 243, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 244, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 245, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 246, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 247, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 248, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 249, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 250, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 251, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 252, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 253, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 254, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 255, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 256, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 257, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 258, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 259, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 260, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 261, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.8901961, g: 0.81960785, b: 0.5411765, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 262, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 263, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 264, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), background: None, special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 265, style: Style { colors: Colors { foreground: None, background: Some(Color4f { r: 0.78039217, g: 0.57254905, b: 0.91764706, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 266, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.11372549, g: 0.23137255, b: 0.3254902, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 267, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.50980395, g: 0.6666667, b: 1.0, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 268, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.6313726, g: 0.8039216, b: 0.36862746, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 269, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.4862745, g: 0.56078434, b: 0.56078434, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 270, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.7647059, g: 0.8, b: 0.8627451, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
TRACE [neovide::channel_utils] neovide::editor::EditorCommand NeovimRedrawEvent(HighlightAttributesDefine { id: 271, style: Style { colors: Colors { foreground: Some(Color4f { r: 0.9882353, g: 0.31764707, b: 0.30588236, a: 1.0 }), background: Some(Color4f { r: 0.49803922, g: 0.85882354, b: 0.7921569, a: 1.0 }), special: None }, reverse: false, italic: false, bold: false, strikethrough: false, underline: false, undercurl: false, blend: 0 } })
you can make neovide behave exactly as you are describing.
example using terminal:
open /bundle-path/Neovide.app --args $PWD --frame none
let us know if you still has any issue.